Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_utils.h93 return sh->ctx->selected_cmd == NULL ? false : true; in z_shell_in_select_mode()
Dshell_cmds.c460 candidate = z_shell_get_last_command(sh->ctx->selected_cmd, in cmd_select()
466 sh->ctx->selected_cmd = candidate; in cmd_select()
Dshell.c121 return sh->ctx->selected_cmd; in selected_cmd_get()
747 sh->ctx->selected_cmd->handler == NULL)) { in execute()
860 sh->ctx->selected_cmd = root_cmd_find(CONFIG_SHELL_CMD_ROOT); in alt_metakeys_handle()
862 sh->ctx->selected_cmd = NULL; in alt_metakeys_handle()
1213 sh->ctx->selected_cmd = root_cmd_find(CONFIG_SHELL_CMD_ROOT); in instance_init()
Dshell_utils.c417 sh->ctx->selected_cmd = entry; in shell_set_root_cmd()
/Zephyr-latest/tests/subsys/shell/shell/src/
Dmain.c281 sh->ctx->selected_cmd = NULL; in unselect_cmd()
/Zephyr-latest/include/zephyr/shell/
Dshell.h849 const struct shell_static_entry *selected_cmd; member