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

help_entry::help field

Syntax

char *help;

References

LocationReferrerText
command.c:713
char *help;
command.c:767command_help_show()
(c->help && strstr(c->help, cmd_match));
command.c:816command_help_show()
msg = alloc_printf("%s%s", c->help ? c->help : "", stage_msg);
command.c:818command_help_show()
msg = alloc_printf("%s", c->help ? c->help : "");
command.c:995help_del_all_commands()
free(curr->help);
command.c:1010help_del_command()
free(curr->help);
command.c:1056help_add_command()
free(entry->help);
command.c:1057help_add_command()
entry->help = text;

Data Use

Functions writing help_entry::help
Functions reading help_entry::help
all items filtered out
help_entry::help