Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c639 const char **argvp; in execute() local
664 argvp = &argv[1]; in execute()
670 argvp = &argv[0]; in execute()
676 quote = z_shell_make_argv(&argc, argvp, cmd_buf, 2); in execute()
677 cmd_buf = (char *)argvp[1]; in execute()
688 z_shell_help_request(argvp[0])) { in execute()
709 argvp[0]); in execute()
728 entry = z_shell_find_cmd(parent, argvp[0], &dloc); in execute()
731 argvp++; in execute()