|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
| int | n_panels |
| int | cur_panels |
| Sdb * | pdc_caches |
| Sdb * | cur_pdc_cache |
| RzPanels ** | panels |
| RzPanelsRootState | root_state |
| int rz_panels_root_t::cur_panels |
Definition at line 1234 of file rz_cons.h.
Referenced by __del_panels(), __handle_tab_next(), __handle_tab_nth(), __handle_tab_prev(), __panels_refresh(), and rz_core_visual_panels_root().
| int rz_panels_root_t::n_panels |
Definition at line 1233 of file rz_cons.h.
Referenced by __del_panels(), __handle_tab(), __handle_tab_new(), __handle_tab_next(), __handle_tab_prev(), __init_new_panels_root(), __panels_process(), __panels_refresh(), and rz_core_visual_panels_root().
| RzPanels** rz_panels_root_t::panels |
Definition at line 1237 of file rz_cons.h.
Referenced by __del_panels(), __init_new_panels_root(), __panels_refresh(), and rz_core_visual_panels_root().
| RzPanelsRootState rz_panels_root_t::root_state |
Definition at line 1238 of file rz_cons.h.
Referenced by __check_root_state(), __del_panels(), __panels_process(), and __set_root_state().