Searched refs:cmd_spec (Results 1 – 3 of 3) sorted by relevance
21 struct cmd_spec cmd_table[] = {629 int cmdtable_len = sizeof(cmd_table)/sizeof(struct cmd_spec);632 struct cmd_spec *cmdtable_lookup(const char *s) in cmdtable_lookup()634 struct cmd_spec *cmd = NULL; in cmdtable_lookup()
23 struct cmd_spec { struct221 extern struct cmd_spec cmd_table[];224 struct cmd_spec *cmdtable_lookup(const char *s);
364 struct cmd_spec *cspec; in main()457 struct cmd_spec *cmd; in help()
Completed in 5 milliseconds