Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
char | strings [RZ_CONS_GREP_WORDS][RZ_CONS_GREP_WORD_SIZE] |
int | nstrings |
char * | str |
int | counter |
bool | charCounter |
int | less |
bool | hud |
bool | human |
int | json |
char * | json_path |
int | range_line |
int | line |
int | sort |
int | sort_row |
bool | sort_invert |
int | f_line |
int | l_line |
int | tokens [RZ_CONS_GREP_TOKENS] |
int | tokens_used |
int | amp |
int | zoom |
int | zoomy |
int | neg |
int | begin |
int | end |
int | icase |
int rz_cons_grep_t::amp |
Definition at line 92 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
int rz_cons_grep_t::begin |
Definition at line 96 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
bool rz_cons_grep_t::charCounter |
Definition at line 77 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::counter |
Definition at line 76 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::end |
Definition at line 97 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
int rz_cons_grep_t::f_line |
Definition at line 88 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
bool rz_cons_grep_t::hud |
Definition at line 79 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
bool rz_cons_grep_t::human |
Definition at line 80 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::icase |
Definition at line 98 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_grep_t::json |
Definition at line 81 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
char* rz_cons_grep_t::json_path |
Definition at line 82 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::l_line |
Definition at line 89 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_grep_t::less |
Definition at line 78 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::line |
Definition at line 84 of file rz_cons.h.
Referenced by cons_grep_reset(), parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_grep_t::neg |
Definition at line 95 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
int rz_cons_grep_t::nstrings |
Definition at line 74 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_grep_t::range_line |
Definition at line 83 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_grep_t::sort |
Definition at line 85 of file rz_cons.h.
Referenced by cons_grep_reset(), parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
bool rz_cons_grep_t::sort_invert |
Definition at line 87 of file rz_cons.h.
Referenced by cons_grep_reset(), parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::sort_row |
Definition at line 86 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
char* rz_cons_grep_t::str |
Definition at line 75 of file rz_cons.h.
Referenced by cons_grep_reset(), cons_stack_dump(), parse_grep_expression(), and rz_cons_grepbuf().
char rz_cons_grep_t::strings[RZ_CONS_GREP_WORDS][RZ_CONS_GREP_WORD_SIZE] |
Definition at line 73 of file rz_cons.h.
Referenced by parse_grep_expression(), rz_cons_grep_line(), and rz_cons_grepbuf().
int rz_cons_grep_t::tokens[RZ_CONS_GREP_TOKENS] |
Definition at line 90 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
int rz_cons_grep_t::tokens_used |
Definition at line 91 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grep_line().
int rz_cons_grep_t::zoom |
Definition at line 93 of file rz_cons.h.
Referenced by parse_grep_expression(), and rz_cons_grepbuf().
int rz_cons_grep_t::zoomy |
Definition at line 94 of file rz_cons.h.
Referenced by rz_cons_grepbuf().