Lines Matching refs:cmd_table
52 extern const struct cmd_table MACHINE_CMD[];
61 extern const struct cmd_table cmd_set[];
62 const struct cmd_table cmd_table[] = { variable
85 static char *whatcmd(const struct cmd_table **ct, char *);
96 cmd.cmd = cmd_table; in getcmd()
175 const struct cmd_table *ct = cmd_table, *cs; in docmd()
189 ct = cmd_table; in docmd()
195 ct = cmd_table; in docmd()
226 whatcmd(const struct cmd_table **ct, char *p) in whatcmd()
333 print_help(const struct cmd_table *ct) in print_help()
344 print_help(cmd_table); in Xhelp()