|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
| int | w |
| int | h |
| int | x |
| int | y |
| char ** | b |
| int * | blen |
| int * | bsize |
| const char * | attr |
| HtUP * | attrs |
| RzStrConstPool | constpool |
| int | sx |
| int | sy |
| int | color |
| int | linemode |
| int rz_cons_canvas_t::color |
Definition at line 363 of file rz_cons.h.
Referenced by __create_new_canvas(), __panels_process(), rz_cmd_heap_chunks_print_handler(), rz_core_agraph_print_ascii(), rz_core_graph_print(), rz_core_visual_graph(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
| RzStrConstPool rz_cons_canvas_t::constpool |
| int rz_cons_canvas_t::h |
Definition at line 352 of file rz_cons.h.
Referenced by __check_edge(), __create_almighty(), __maximize_panel_size(), __panel_print(), __update_panel_contents(), nextword(), and update_seek().
| int rz_cons_canvas_t::linemode |
Definition at line 364 of file rz_cons.h.
Referenced by __create_new_canvas(), rz_cmd_heap_chunks_print_handler(), rz_core_agraph_print_ascii(), rz_core_graph_print(), rz_core_visual_graph(), rz_diff_hex_visual(), and rz_diff_resize_buffer().
| int rz_cons_canvas_t::sx |
Definition at line 361 of file rz_cons.h.
Referenced by __panels_layout(), __panels_refresh(), nextword(), rz_core_visual_graph(), and update_seek().
| int rz_cons_canvas_t::sy |
Definition at line 362 of file rz_cons.h.
Referenced by __panels_layout(), __panels_refresh(), nextword(), rz_core_visual_graph(), and update_seek().
| int rz_cons_canvas_t::w |
Definition at line 351 of file rz_cons.h.
Referenced by __check_edge(), __create_almighty(), __maximize_panel_size(), __panel_print(), __update_panel_contents(), nextword(), and update_seek().