Home | History | Annotate | Download | only in src

Lines Matching defs:shell

44 /* VMS has a DCL shell and and also has Unix shells ported to it.
45 * When curl is running under a Unix shell, we want it to be as much
50 char *shell;
52 /* Have we checked the shell yet? */
56 shell = getenv("SHELL");
58 /* No shell, means DCL */
59 if(shell == NULL) {
64 /* Have to make sure some one did not set shell to DCL */
65 if(strcmp(shell, "DCL") == 0) {
75 * VMS has two exit() routines. When running under a Unix style shell, then
78 * When running under the DCL shell, then the VMS encoded codes and decc$exit()
86 * Since we want Curl to work properly under the VMS DCL shell and Unix