Searched refs:selected_cmd (Results 1 – 6 of 6) sorted by relevance
93 return sh->ctx->selected_cmd == NULL ? false : true; in z_shell_in_select_mode()
460 candidate = z_shell_get_last_command(sh->ctx->selected_cmd, in cmd_select()466 sh->ctx->selected_cmd = candidate; in cmd_select()
121 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()
417 sh->ctx->selected_cmd = entry; in shell_set_root_cmd()
281 sh->ctx->selected_cmd = NULL; in unselect_cmd()
849 const struct shell_static_entry *selected_cmd; member