Rizin
unix-like reverse engineering framework and cli tools
rz_line_t Struct Reference

#include <rz_cons.h>

Public Attributes

RzLineCompletion completion
 
RzLineNSCompletion ns_completion
 
RzLineBuffer buffer
 
RzLineHistory history
 
RzSelWidgetsel_widget
 
RzLineHistoryUpCb cb_history_up
 
RzLineHistoryDownCb cb_history_down
 
RzLineEditorCb cb_editor
 
RzConsFunctionKey cb_fkey
 
int echo
 
int has_echo
 
char * prompt
 
RzListkill_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
 
RzLineHudhud
 
RzListsdbshell_hist
 
RzListItersdbshell_hist_iter
 
RzVirtTermMode vtmode
 

Detailed Description

Definition at line 1088 of file rz_cons.h.

Member Data Documentation

◆ buffer

RzLineBuffer rz_line_t::buffer

Definition at line 1091 of file rz_cons.h.

◆ cb_editor

RzLineEditorCb rz_line_t::cb_editor

Definition at line 1097 of file rz_cons.h.

Referenced by rz_core_init().

◆ cb_fkey

RzConsFunctionKey rz_line_t::cb_fkey

Definition at line 1099 of file rz_cons.h.

Referenced by rz_core_init().

◆ cb_history_down

RzLineHistoryDownCb rz_line_t::cb_history_down

Definition at line 1096 of file rz_cons.h.

◆ cb_history_up

RzLineHistoryUpCb rz_line_t::cb_history_up

Definition at line 1095 of file rz_cons.h.

◆ clipboard

char* rz_line_t::clipboard

Definition at line 1106 of file rz_cons.h.

◆ completion

RzLineCompletion rz_line_t::completion

Definition at line 1089 of file rz_cons.h.

Referenced by cb_completion_maxtab(), and rz_core_fgets().

◆ contents

char* rz_line_t::contents

Definition at line 1111 of file rz_cons.h.

Referenced by prompt(), and rz_core_visual_graph().

◆ disable

int rz_line_t::disable

Definition at line 1107 of file rz_cons.h.

◆ echo

int rz_line_t::echo

Definition at line 1101 of file rz_cons.h.

Referenced by cb_scrprompt().

◆ enable_vi_mode

bool rz_line_t::enable_vi_mode

Definition at line 1113 of file rz_cons.h.

Referenced by cb_scr_vi().

◆ file_hist_index

int rz_line_t::file_hist_index

Definition at line 1118 of file rz_cons.h.

◆ has_echo

int rz_line_t::has_echo

Definition at line 1102 of file rz_cons.h.

◆ hist_down

int(* rz_line_t::hist_down) (void *user)

Definition at line 1110 of file rz_cons.h.

◆ hist_up

int(* rz_line_t::hist_up) (void *user)

Definition at line 1109 of file rz_cons.h.

◆ history

RzLineHistory rz_line_t::history

Definition at line 1092 of file rz_cons.h.

Referenced by rz_core_fgets().

◆ hud

RzLineHud* rz_line_t::hud

Definition at line 1119 of file rz_cons.h.

◆ kill_ring

RzList* rz_line_t::kill_ring

Definition at line 1104 of file rz_cons.h.

◆ kill_ring_ptr

int rz_line_t::kill_ring_ptr

Definition at line 1105 of file rz_cons.h.

◆ ns_completion

RzLineNSCompletion rz_line_t::ns_completion

Definition at line 1090 of file rz_cons.h.

Referenced by rz_core_fgets().

◆ offset_hist_index

int rz_line_t::offset_hist_index

Definition at line 1117 of file rz_cons.h.

◆ prompt

char* rz_line_t::prompt

Definition at line 1103 of file rz_cons.h.

Referenced by rz_cons_fgets().

◆ prompt_mode

bool rz_line_t::prompt_mode

Definition at line 1115 of file rz_cons.h.

Referenced by cb_scr_prompt_mode().

◆ prompt_type

RzLinePromptType rz_line_t::prompt_type

◆ sdbshell_hist

RzList* rz_line_t::sdbshell_hist

Definition at line 1120 of file rz_cons.h.

◆ sdbshell_hist_iter

RzListIter* rz_line_t::sdbshell_hist_iter

Definition at line 1121 of file rz_cons.h.

◆ sel_widget

RzSelWidget* rz_line_t::sel_widget

Definition at line 1093 of file rz_cons.h.

◆ user

void* rz_line_t::user

Definition at line 1108 of file rz_cons.h.

Referenced by rz_core_init().

◆ vi_mode

int rz_line_t::vi_mode

Definition at line 1114 of file rz_cons.h.

◆ vtmode

RzVirtTermMode rz_line_t::vtmode

Definition at line 1122 of file rz_cons.h.

◆ zerosep

bool rz_line_t::zerosep

Definition at line 1112 of file rz_cons.h.


The documentation for this struct was generated from the following file: