OpenOCD
|
Data Fields | |
char * | cmd_name |
char * | help |
struct list_head | lh |
char * | usage |
char* help_entry::cmd_name |
Definition at line 719 of file command.c.
Referenced by COMMAND_HANDLER(), COMMAND_HELPER(), help_add_command(), help_del_all_commands(), and help_del_command().
char* help_entry::help |
Definition at line 720 of file command.c.
Referenced by COMMAND_HANDLER(), COMMAND_HELPER(), help_add_command(), help_del_all_commands(), and help_del_command().
struct list_head help_entry::lh |
Definition at line 38 of file command.c.
Referenced by help_add_command(), help_del_all_commands(), and help_del_command().
char* help_entry::usage |
Definition at line 721 of file command.c.
Referenced by COMMAND_HANDLER(), COMMAND_HELPER(), help_add_command(), help_del_all_commands(), and help_del_command().