Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
int rz_cons_t::blankline |
Definition at line 547 of file rz_cons.h.
Referenced by visual_refresh().
bool rz_cons_t::break_lines |
Definition at line 515 of file rz_cons.h.
Referenced by cb_breaklines().
RzConsBreakCallback rz_cons_t::cb_break |
Definition at line 527 of file rz_cons.h.
Referenced by rz_core_bind_cons().
RzConsClickCallback rz_cons_t::cb_click |
RzConsEditorCallback rz_cons_t::cb_editor |
Definition at line 526 of file rz_cons.h.
Referenced by rz_core_bind_cons().
RzConsFunctionKey rz_cons_t::cb_fkey |
Definition at line 532 of file rz_cons.h.
Referenced by rz_core_bind_cons(), rz_core_init(), and rz_line_set_prompt().
RzConsSleepBeginCallback rz_cons_t::cb_sleep_begin |
Definition at line 528 of file rz_cons.h.
Referenced by rz_core_bind_cons().
RzConsSleepEndCallback rz_cons_t::cb_sleep_end |
Definition at line 529 of file rz_cons.h.
Referenced by rz_core_bind_cons().
RzConsQueueTaskOneshot rz_cons_t::cb_task_oneshot |
Definition at line 531 of file rz_cons.h.
Referenced by rz_core_bind_cons(), and selection_widget_erase().
int rz_cons_t::columns |
Definition at line 510 of file rz_cons.h.
Referenced by ds_align_comment(), ds_show_comments_right(), rz_cmd_cmp_hex_block_handler(), and rz_cmd_cmp_hex_diff_lines_handler().
RzConsContext* rz_cons_t::context |
Definition at line 502 of file rz_cons.h.
Referenced by __draw_menu(), __draw_modal(), __handle_tab(), __init_menu_color_settings_layout(), __panel_print(), __panels_refresh(), __print_prompt(), __show_status(), __show_status_input(), __show_status_yesno(), __update_help_title(), __update_modal(), __update_panel_title(), __update_prompt_color(), agraph_sdb_init(), annotated_hexdump(), apply_line_style(), argv_get_help(), cb_cmddepth(), cb_color(), cb_color_getter(), cb_scrint(), cb_scrlast(), cmd_print_pxA(), core_analysis_bytes_esil(), core_analysis_bytes_standard(), core_cmp_bits(), core_print_columns(), DEFINE_HANDLE_TS_FCN(), disasm_strings(), disasm_until_ret(), disassemble_till_return_is_found(), do_print_child_help(), ds_init(), fill_colored_args(), fill_details_do(), fill_usage_strbuf(), fill_wrapped_comment(), get_node_color(), get_reg_color(), jemalloc_get_bins(), jemalloc_get_chunks(), jemalloc_print_narenas(), parse_grep_expression(), print_arena_stats(), print_bin_content(), print_debug_maps_ascii_art(), print_double_linked_list_bin(), print_double_linked_list_bin_graph(), print_double_linked_list_bin_simple(), print_heap_bin(), print_heap_chunk(), print_heap_chunk_simple(), print_heap_fastbin(), print_inst_minfo(), print_largebin_description(), print_malloc_info(), print_malloc_states(), print_smallbin_description(), print_tcache_content(), print_unsortedbin_description(), printVarSummary(), rizin_compare_words(), run_cmd_depth(), rz_analysis_reflines_str(), rz_cmd_arena_print_handler(), rz_cmd_disassemble_ropchain_handler(), rz_cmd_eval_color_set_default_palette_handler(), rz_cmd_heap_arena_bins_print_handler(), rz_cmd_heap_bins_list_print(), rz_cmd_heap_chunks_print_handler(), rz_cmd_heap_fastbins_print(), rz_cmd_heap_info_print_handler(), rz_cmd_main_arena_print_handler(), rz_cons_cmd_help(), rz_cons_fgets(), rz_cons_grep_line(), rz_cons_grepbuf(), rz_cons_less(), rz_cons_rainbow_get(), rz_cons_set_interactive(), rz_cons_set_last_interactive(), rz_core_analysis_data(), rz_core_analysis_hasrefs_to_depth(), rz_core_analysis_optype_colorfor(), rz_core_cmd_foreach(), rz_core_cmd_lastcmd_repeat(), rz_core_cmd_nullcallback(), rz_core_cmd_subst(), rz_core_cmp_disasm_print(), rz_core_fgets(), rz_core_rtr_rap_run(), rz_core_theme_load(), rz_core_visual_analysis_refresh(), rz_core_visual_append_help(), rz_core_visual_bit_editor(), rz_core_visual_colors(), rz_core_visual_hud(), rz_core_visual_title(), rz_core_vmenu_append_help(), rz_core_wait(), rz_diff_hex_visual(), rz_heap_chunks_list(), rz_main_rz_agent(), rz_main_rz_bin(), rz_print_offset_sg(), selection_widget_draw(), show_class(), and var_functions_show().
bool rz_cons_t::dotted_lines |
Definition at line 561 of file rz_cons.h.
Referenced by cb_dotted().
int rz_cons_t::echo |
Definition at line 509 of file rz_cons.h.
Referenced by cb_screcho(), and rz_cons_fgets().
void* rz_cons_t::event_data |
Definition at line 523 of file rz_cons.h.
Referenced by __panels_process(), __print_graph_cb(), agraph_refresh(), ev_iowrite_cb(), rz_core_visual(), rz_core_visual_analysis(), rz_core_visual_graph(), rz_diff_hex_visual(), and selection_widget_erase().
RzConsEvent rz_cons_t::event_resize |
Definition at line 522 of file rz_cons.h.
Referenced by __panels_process(), __print_graph_cb(), ev_iowrite_cb(), rz_core_visual(), rz_core_visual_analysis(), rz_core_visual_graph(), rz_diff_hex_visual(), and selection_widget_erase().
FILE* rz_cons_t::fdin |
Definition at line 517 of file rz_cons.h.
Referenced by rz_cons_fgets().
bool rz_cons_t::filter |
Definition at line 569 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_t::fix_columns |
Definition at line 514 of file rz_cons.h.
Referenced by cb_fixcolumns().
int rz_cons_t::fix_rows |
Definition at line 513 of file rz_cons.h.
Referenced by cb_fixrows().
bool rz_cons_t::flush |
Definition at line 558 of file rz_cons.h.
Referenced by cb_scrflush().
int rz_cons_t::force_columns |
Definition at line 512 of file rz_cons.h.
Referenced by cb_scrcolumns().
bool rz_cons_t::grep_color |
Definition at line 567 of file rz_cons.h.
Referenced by cb_scr_color_grep(), and rz_cons_grepbuf().
bool rz_cons_t::grep_highlight |
Definition at line 568 of file rz_cons.h.
Referenced by cb_scr_color_grep_highlight(), and rz_cons_grepbuf().
RzConsInputContext* rz_cons_t::input |
bool rz_cons_t::is_html |
Definition at line 505 of file rz_cons.h.
Referenced by cb_scrhtml(), core_analysis_graph_construct_edges(), core_analysis_graph_construct_nodes(), core_analysis_graph_label(), rz_cmd_disassembly_n_instrs_as_text_json_handler(), rz_core_analysis_callgraph(), rz_core_analysis_graph(), and rz_interpret_handler().
struct rz_line_t* rz_cons_t::line |
Definition at line 553 of file rz_cons.h.
Referenced by __break_points_cb(), __open_file_cb(), __print_prompt(), cb_completion_maxtab(), cb_scr_prompt_mode(), cb_scr_vi(), prompt(), rz_cmd_kuery(), rz_cons_fgets(), rz_core_fgets(), rz_core_init(), rz_core_visual_graph(), rz_core_visual_offset(), and visual_offset().
int rz_cons_t::lines |
Definition at line 507 of file rz_cons.h.
Referenced by rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_t::linesleep |
Definition at line 562 of file rz_cons.h.
Referenced by cb_scrlinesleep().
int rz_cons_t::mouse |
Definition at line 551 of file rz_cons.h.
Referenced by __holdMouseState(), and rz_line_readline_cb().
int rz_cons_t::mouse_event |
Definition at line 524 of file rz_cons.h.
Referenced by rz_core_visual_graph(), and rz_line_readline_cb().
RZ_DEPRECATE bool rz_cons_t::newline |
Definition at line 556 of file rz_cons.h.
Referenced by printraw().
int rz_cons_t::null |
Definition at line 550 of file rz_cons.h.
Referenced by cb_scrnull(), func_walk_blocks(), and pr_bb().
RzNum* rz_cons_t::num |
Definition at line 543 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grepbuf(), and rz_core_bind_cons().
char* rz_cons_t::pager |
Definition at line 546 of file rz_cons.h.
Referenced by cb_pager().
int rz_cons_t::pagesize |
Definition at line 563 of file rz_cons.h.
Referenced by cb_scrpagesize().
int rz_cons_t::refcnt |
Definition at line 555 of file rz_cons.h.
Referenced by rz_core_init().
int rz_cons_t::rows |
Definition at line 508 of file rz_cons.h.
Referenced by __print_prompt(), cmd_print_pxA(), fix_cursor(), rz_core_config_init(), rz_core_visual_title(), and selection_widget_draw().
bool rz_cons_t::show_autocomplete_widget |
Definition at line 516 of file rz_cons.h.
Referenced by cb_scr_prompt_popup(), and rz_line_autocomplete().
bool rz_cons_t::show_vals |
Definition at line 574 of file rz_cons.h.
Referenced by rz_core_visual_analysis().
const char* rz_cons_t::teefile |
Definition at line 519 of file rz_cons.h.
Referenced by cb_teefile(), rz_core_fini(), and rz_core_visual().
bool rz_cons_t::use_utf8 |
Definition at line 559 of file rz_cons.h.
Referenced by __strbuf_append_col_aligned_fancy(), core_print_columns(), ds_print_ref_lines(), rz_diff_draw_tui(), rz_table_tofancystring(), rz_table_tosimplestring(), rz_table_visual_list(), and tiny_RzANode_print().
bool rz_cons_t::use_utf8_curvy |
Definition at line 560 of file rz_cons.h.
Referenced by __strbuf_append_col_aligned_fancy(), cb_utf8_curvy(), rz_table_tofancystring(), and rz_table_tosimplestring().
void* rz_cons_t::user |
Definition at line 534 of file rz_cons.h.
Referenced by rz_core_bind_cons(), and selection_widget_erase().
Definition at line 520 of file rz_cons.h.
Referenced by cb_scrfgets(), rz_cons_fgets(), and rz_core_init().
void* rz_cons_t::user_fgets_user |
Definition at line 521 of file rz_cons.h.
Referenced by cb_scrfgets(), rz_cons_fgets(), and rz_core_init().
const char** rz_cons_t::vline |
Definition at line 554 of file rz_cons.h.
Referenced by ds_init(), ds_print_pre(), ds_show_functions(), and get_utf8_char().
RzVirtTermMode rz_cons_t::vtmode |
bool rz_cons_t::was_html |
Definition at line 506 of file rz_cons.h.
Referenced by rz_cmd_disassembly_n_instrs_as_text_json_handler().