Lines Matching defs:shellp
1429 const char *shellp, *namep;
1442 shellp = getenv("SHELL");
1443 if (shellp == NULL)
1444 shellp = _PATH_BSHELL;
1445 namep = strrchr(shellp, '/');
1447 namep = shellp;
1452 fputs(shellp, ttyout);
1456 execl(shellp, shellnam, "-c", altarg, (char *)0);
1459 execl(shellp, shellnam, (char *)0);
1461 warn("Can't execute `%s'", shellp);