help_entry is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

help_entry struct

Syntax

struct help_entry {     struct list_head lh;     char *cmd_name;     char *help;     char *usage; };

Fields

lh

No summary provided. Read more...

cmd_name

No summary provided. Read more...

help

No summary provided. Read more...

usage

No summary provided. Read more...

References

Type Use

Variables of help_entry type
command_help_show_list()::entry
help_del_all_commands()::curr
help_del_all_commands()::n
help_del_command()::curr
help_add_command()::curr
help_add_command()::entry
all items filtered out
help_entry
Allocators of help_entry
Deletors of help_entry
all items filtered out
help_entry