Home
last modified time | relevance | path

Searched refs:cli_commandset (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Dcmdline.h59 struct cli_commandset { struct
61 struct cli_commandset *next; argument
64 void cli_add_commandset(struct cli_commandset *set);
H A Dcmdline.c65 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()
H A Dhelper_cmds.c687 static struct cli_commandset helper_cmdset = {
691 struct cli_commandset * get_helper_cmds() in get_helper_cmds()
H A Dtest_cmds.c1176 static struct cli_commandset test_cmdset = {
1180 struct cli_commandset * get_test_cmds() in get_test_cmds()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/example/
H A Dstatic-mem-allocate.c62 extern struct cli_commandset * get_helper_cmds(void);
63 extern struct cli_commandset * get_test_cmds(void);
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/utils/
H A Dmkuffs.c65 extern struct cli_commandset * get_helper_cmds(void);
66 extern struct cli_commandset * get_test_cmds(void);