Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
RzStrBuf * | data |
RzPanelPos | pos |
int | idx |
int | offset |
RzStrBuf* RModal::data |
Definition at line 1197 of file rz_cons.h.
Referenced by __draw_modal(), __update_modal(), and test_group_name.GroupTest::run().
int RModal::idx |
Definition at line 1199 of file rz_cons.h.
Referenced by __create_almighty(), __delete_almighty(), __draw_modal(), __exec_almighty(), __init_modal(), and __update_modal().
int RModal::offset |
Definition at line 1200 of file rz_cons.h.
Referenced by __init_modal(), and __update_modal().
RzPanelPos RModal::pos |
Definition at line 1198 of file rz_cons.h.
Referenced by __create_almighty(), __init_modal(), __update_modal(), and cmd_descs_generate.CmdDesc::_validate().