Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c117 selected_cmd_get(const struct shell *sh) in selected_cmd_get() function
298 *cmd = selected_cmd_get(sh); in tab_prepare()
304 *cmd = z_shell_get_last_command(selected_cmd_get(sh), search_argc, in tab_prepare()
631 const struct shell_static_entry *parent = selected_cmd_get(sh); in execute()
782 &argv[selected_cmd_get(sh) ? 1 : 0], in execute()
786 if (selected_cmd_get(sh)) { in execute()
855 if (selected_cmd_get(sh) != NULL) { in alt_metakeys_handle()