Home | History | Annotate | Download | only in ksh

Lines Matching defs:shellv

755 	char *shellv;
757 shellv = str_val(global(EXECSHELL_STR));
758 if (shellv && *shellv)
759 shellv = search(shellv, path, X_OK, (int *) 0);
760 if (!shellv || !*shellv)
761 shellv = __UNCONST(EXECSHELL);
764 *tp->args = shellv;
769 errorf("%s: %s: %s", tp->str, shellv, strerror(errno));