Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
enum autocmplt_type_t | type |
Type of token that will be autocompleted. More... | |
RzLineNSCompletionResult * | res |
Result returned to RzCons API to provide possible suggestions. More... | |
const RzCmdDesc * | cd |
Used if type is AUTOCMPLT_CMD_ARG to describe the related command. More... | |
size_t | i_arg |
Used if type is AUTOCMPLT_CMD_ARG to describe the argument that will be autocompleted. More... | |
Group all data necessary for autocompletion, including the type and other fields as required by the type.
Definition at line 34 of file cautocmpl.c.
Used if type is AUTOCMPLT_CMD_ARG
to describe the related command.
Definition at line 37 of file cautocmpl.c.
Referenced by cmd_descs_generate.Arg::_get_choices_cname(), fill_autocmplt_data_cmdarg(), and cmd_descs_generate.Detail::get_detail_entries_cname().
size_t autocmplt_data_t::i_arg |
Used if type is AUTOCMPLT_CMD_ARG
to describe the argument that will be autocompleted.
Definition at line 38 of file cautocmpl.c.
Referenced by fill_autocmplt_data_cmdarg().
RzLineNSCompletionResult* autocmplt_data_t::res |
Result returned to RzCons API to provide possible suggestions.
Definition at line 36 of file cautocmpl.c.
Referenced by fill_autocmplt_data(), fill_autocmplt_data_cmdarg(), and find_autocmplt_type().
enum autocmplt_type_t autocmplt_data_t::type |
Type of token that will be autocompleted.
Definition at line 1048 of file cautocmpl.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), fill_autocmplt_data(), fill_autocmplt_data_cmdarg(), cmd_descs_generate.Arg::get_cstructure(), and cmd_descs_generate.CmdDesc::get_handler_cname().