Searched refs:cli_commandset (Results 1 – 6 of 6) sorted by relevance
59 struct cli_commandset { struct61 struct cli_commandset *next; argument64 void cli_add_commandset(struct cli_commandset *set);
65 static struct cli_commandset *m_cmdset_head = NULL;432 static struct cli_commandset default_cmdset = {475 struct cli_commandset *work; in cli_find()495 struct cli_commandset *cmdset; in cmd_help()585 void cli_add_commandset(struct cli_commandset *set) in cli_add_commandset()
687 static struct cli_commandset helper_cmdset = {691 struct cli_commandset * get_helper_cmds() in get_helper_cmds()
1176 static struct cli_commandset test_cmdset = {1180 struct cli_commandset * get_test_cmds() in get_test_cmds()
62 extern struct cli_commandset * get_helper_cmds(void);63 extern struct cli_commandset * get_test_cmds(void);
65 extern struct cli_commandset * get_helper_cmds(void);66 extern struct cli_commandset * get_test_cmds(void);