Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_utils.c370 size_t *match_arg, in z_shell_get_last_command() argument
376 *match_arg = Z_SHELL_CMD_ROOT_LVL; in z_shell_get_last_command()
378 while (*match_arg < argc) { in z_shell_get_last_command()
382 if (z_shell_has_wildcard(argv[*match_arg])) { in z_shell_get_last_command()
383 (*match_arg)++; in z_shell_get_last_command()
389 entry = z_shell_find_cmd(entry, argv[*match_arg], dloc); in z_shell_get_last_command()
391 (*match_arg)++; in z_shell_get_last_command()
398 (*match_arg)--; in z_shell_get_last_command()
Dshell_utils.h77 size_t *match_arg,