Lines Matching defs:shell
46 /* VMS has a DCL shell and also has Unix shells ported to it.
47 * When curl is running under a Unix shell, we want it to be as much
52 char *shell;
54 /* Have we checked the shell yet? */
58 shell = getenv("SHELL");
60 /* No shell, means DCL */
61 if(!shell) {
66 /* Have to make sure some one did not set shell to DCL */
67 if(strcmp(shell, "DCL") == 0) {
77 * VMS has two exit() routines. When running under a Unix style shell, then
80 * When running under the DCL shell, then the VMS encoded codes and decc$exit()
88 * Since we want Curl to work properly under the VMS DCL shell and Unix