Searched refs:cmd_table (Results 1 – 3 of 3) sorted by relevance
20 struct cmd_spec cmd_table[] = { variable621 int cmdtable_len = sizeof(cmd_table)/sizeof(struct cmd_spec);634 if (!strncmp(s, cmd_table[i].cmd_name, len)) { in cmdtable_lookup()635 cmd = &cmd_table[i]; in cmdtable_lookup()
422 printf(" %-19s ", cmd_table[i].cmd_name); in help()423 if (strlen(cmd_table[i].cmd_name) > 19) in help()425 printf("%s\n", cmd_table[i].cmd_desc); in help()
217 extern struct cmd_spec cmd_table[];
Completed in 9 milliseconds