Searched refs:match_arg (Results 1 – 2 of 2) sorted by relevance
370 size_t *match_arg, in z_shell_get_last_command() argument376 *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()
77 size_t *match_arg,