Lines Matching defs:shell
119 { "sh", SHELL_BOURNE }, /* vanilla Bourne shell */
121 { "bash", SHELL_BOURNE }, /* GNU Bourne again shell */
124 { "ksh", SHELL_BOURNE }, /* Korn shell (from AT&T toolchest) */
125 { "ksh-i", SHELL_BOURNE }, /* another name for Korn shell */
126 { "ksh93", SHELL_BOURNE }, /* Korn shell */
324 char *shell;
360 case 'u': /* Bourne (Unix) shell */
363 case 'c': /* C shell */
375 /* Find out what kind of shell this user is running.
378 if ((ptr = x_getenv("SHELL")) == NULL) {
392 shell = x_basename(ptr);
396 if (!strcmp(shell_list[i].name, shell)) {
595 } else { /* not Bourne shell */