Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c7308 char **builtin_argv) NORETURN;
7361 char **builtin_argv) NORETURN;
7364 char **builtin_argv) in re_execute_shell() argument
7389 pp = builtin_argv; in re_execute_shell()
7468 if (builtin_argv) { in re_execute_shell()
7469 while (*++builtin_argv) in re_execute_shell()
7470 *pp++ = *builtin_argv; in re_execute_shell()