Lines Matching defs:shell
64 const char * name; /* Name of shell */
681 getshellbyname(const char * shell)
685 const char * p = strrchr(shell, '/');
687 p = p ? p+1 : shell;
705 * Determine the type of shell our parent process is
721 char * shell = getenv("SHELL");
729 if (shell != NULL && stat(shell, &st) != -1) {
735 /* $SHELL is actual shell? */
737 return getshellbyname(shell);