remake
4.3+dbg-1.5
|
#include <subcmd.h>
Data Fields | |
const char * | name |
const char * | short_doc |
const char * | doc |
int * | var |
bool | b_onoff |
unsigned int | min_abbrev |
bool subcommand_var_info_t::b_onoff |
Referenced by dbg_help_subcmd_entry().
const char* subcommand_var_info_t::doc |
Referenced by dbg_help_subcmd_entry().
unsigned int subcommand_var_info_t::min_abbrev |
const char* subcommand_var_info_t::name |
Referenced by dbg_cmd_info(), dbg_cmd_show(), dbg_help_subcmd(), and dbg_help_subcmd_entry().
const char* subcommand_var_info_t::short_doc |
Referenced by dbg_help_subcmd_entry().
int* subcommand_var_info_t::var |
Referenced by dbg_help_subcmd_entry().