Home
last modified time | relevance | path

Searched refs:root_cmd_find (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/subsys/shell/
Dshell_utils.h84 const struct shell_static_entry *root_cmd_find(const char *syntax);
Dshell_utils.c270 const struct shell_static_entry *root_cmd_find(const char *syntax) in root_cmd_find() function
410 entry = cmd ? root_cmd_find(cmd) : NULL; in shell_set_root_cmd()
Dshell.c854 sh->ctx->selected_cmd = root_cmd_find(CONFIG_SHELL_CMD_ROOT); in alt_metakeys_handle()
1208 sh->ctx->selected_cmd = root_cmd_find(CONFIG_SHELL_CMD_ROOT); in instance_init()