Searched refs:cmd_table (Results 1 – 3 of 3) sorted by relevance
22 const struct cmd_spec cmd_table[] = { variable654 const int cmdtable_len = ARRAY_SIZE(cmd_table);667 if (!strncmp(s, cmd_table[i].cmd_name, len)) { in cmdtable_lookup()668 cmd = &cmd_table[i]; in cmdtable_lookup()
489 printf(" %-19s ", cmd_table[i].cmd_name); in help()490 if (strlen(cmd_table[i].cmd_name) > 19) in help()492 printf("%s\n", cmd_table[i].cmd_desc); in help()
224 extern const struct cmd_spec cmd_table[];
Completed in 6 milliseconds