Searched refs:shellv (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexec.c761 char *shellv; local
763 shellv = str_val(global(EXECSHELL_STR));
764 if (shellv && *shellv)
765 shellv = search(shellv, path, X_OK, (int *) 0);
766 if (!shellv || !*shellv)
767 shellv = __UNCONST(EXECSHELL);
837 shellv
[all...]

Completed in 110 milliseconds