Lines Matching defs:Shell
391 * Shell escape, send the balance of the
888 char *Shell;
898 if ((Shell = value("SHELL")) == NULL || *Shell=='\0')
899 Shell = SHELL;
900 execlp(Shell, Shell, "-c", ecmd, NULL);
1002 char *Shell;
1020 if ((Shell = value("SHELL")) == NULL || *Shell=='\0')
1021 Shell = SHELL;
1039 execlp(Shell, Shell, "-c", cmd, (char *)0);
1040 perror(Shell);