Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
RzLineCompletion | completion |
RzLineNSCompletion | ns_completion |
RzLineBuffer | buffer |
RzLineHistory | history |
RzSelWidget * | sel_widget |
RzLineHistoryUpCb | cb_history_up |
RzLineHistoryDownCb | cb_history_down |
RzLineEditorCb | cb_editor |
RzConsFunctionKey | cb_fkey |
int | echo |
int | has_echo |
char * | prompt |
RzList * | kill_ring |
int | kill_ring_ptr |
char * | clipboard |
int | disable |
void * | user |
int(* | hist_up )(void *user) |
int(* | hist_down )(void *user) |
char * | contents |
bool | zerosep |
bool | enable_vi_mode |
int | vi_mode |
bool | prompt_mode |
RzLinePromptType | prompt_type |
int | offset_hist_index |
int | file_hist_index |
RzLineHud * | hud |
RzList * | sdbshell_hist |
RzListIter * | sdbshell_hist_iter |
RzVirtTermMode | vtmode |
RzLineBuffer rz_line_t::buffer |
RzLineEditorCb rz_line_t::cb_editor |
Definition at line 1097 of file rz_cons.h.
Referenced by rz_core_init().
RzConsFunctionKey rz_line_t::cb_fkey |
Definition at line 1099 of file rz_cons.h.
Referenced by rz_core_init().
RzLineHistoryDownCb rz_line_t::cb_history_down |
RzLineHistoryUpCb rz_line_t::cb_history_up |
RzLineCompletion rz_line_t::completion |
Definition at line 1089 of file rz_cons.h.
Referenced by cb_completion_maxtab(), and rz_core_fgets().
char* rz_line_t::contents |
Definition at line 1111 of file rz_cons.h.
Referenced by prompt(), and rz_core_visual_graph().
int rz_line_t::echo |
Definition at line 1101 of file rz_cons.h.
Referenced by cb_scrprompt().
bool rz_line_t::enable_vi_mode |
Definition at line 1113 of file rz_cons.h.
Referenced by cb_scr_vi().
RzLineHistory rz_line_t::history |
Definition at line 1092 of file rz_cons.h.
Referenced by rz_core_fgets().
RzLineNSCompletion rz_line_t::ns_completion |
Definition at line 1090 of file rz_cons.h.
Referenced by rz_core_fgets().
char* rz_line_t::prompt |
Definition at line 1103 of file rz_cons.h.
Referenced by rz_cons_fgets().
bool rz_line_t::prompt_mode |
Definition at line 1115 of file rz_cons.h.
Referenced by cb_scr_prompt_mode().
RzLinePromptType rz_line_t::prompt_type |
Definition at line 1116 of file rz_cons.h.
Referenced by __break_points_cb(), __open_file_cb(), __print_prompt(), rz_core_visual_offset(), and visual_offset().
RzListIter* rz_line_t::sdbshell_hist_iter |
RzSelWidget* rz_line_t::sel_widget |
void* rz_line_t::user |
Definition at line 1108 of file rz_cons.h.
Referenced by rz_core_init().
RzVirtTermMode rz_line_t::vtmode |