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

help_entry::cmd_name field

Syntax

char *cmd_name;

References

LocationReferrerText
command.c:712
char *cmd_name;
command.c:760command_help_show()
for (const char *s = strchr(c->cmd_name, ' '); s; s = strchr(s + 1, ' '))
command.c:765command_help_show()
bool is_match = strstr(c->cmd_name, cmd_match) ||
command.c:771command_help_show()
char *msg = alloc_printf("%s %s", c->cmd_name, c->usage);
command.c:775command_help_show()
command_help_show_wrap(c->cmd_name, n, n + 5);
command.c:783command_help_show()
char *request = alloc_printf("command mode %s", c->cmd_name);
command.c:994help_del_all_commands()
free(curr->cmd_name);
command.c:1007help_del_command()
if (!strcmp(cmd_name, curr->cmd_name)) {
command.c:1009help_del_command()
free(curr->cmd_name);
command.c:1027help_add_command()
cmp = strcmp(cmd_name, curr->cmd_name);
command.c:1039help_add_command()
entry->cmd_name = strdup(cmd_name);
command.c:1040help_add_command()
if (!entry->cmd_name) {

Data Use

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