OpenOCD
|
Data Fields | |
char * | cmd_name |
char * | help |
struct list_head | lh |
char * | usage |
char* help_entry::cmd_name |
Definition at line 712 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 713 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 35 of file command.c.
Referenced by help_add_command(), help_del_all_commands(), and help_del_command().
char* help_entry::usage |
Definition at line 714 of file command.c.
Referenced by COMMAND_HANDLER(), COMMAND_HELPER(), help_add_command(), help_del_all_commands(), and help_del_command().