|
OpenOCD
|

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