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

help_entry::usage field

Syntax

char *usage;

References

LocationReferrerText
command.c:714
char *usage;
command.c:766command_help_show()
(c->usage && strstr(c->usage, cmd_match)) ||
command.c:770command_help_show()
if (c->usage && strlen(c->usage) > 0) {
command.c:771command_help_show()
char *msg = alloc_printf("%s %s", c->cmd_name, c->usage);
command.c:996help_del_all_commands()
free(curr->usage);
command.c:1011help_del_command()
free(curr->usage);
command.c:1066help_add_command()
free(entry->usage);
command.c:1067help_add_command()
entry->usage = text;

Data Use

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