Lines Matching defs:shell
114 { "sh", SHELL_BOURNE }, /* vanilla Bourne shell */
116 { "bash", SHELL_BOURNE }, /* GNU Bourne again shell */
119 { "ksh", SHELL_BOURNE }, /* Korn shell (from AT&T toolchest) */
120 { "ksh-i", SHELL_BOURNE }, /* another name for Korn shell */
121 { "ksh93", SHELL_BOURNE }, /* Korn shell */
348 char *shell;
384 case 'u': /* Bourne (Unix) shell */
387 case 'c': /* C shell */
399 /* Find out what kind of shell this user is running.
416 shell = x_basename(ptr);
420 if (!strcmp(shell_list[i].name, shell)) {
625 } else { /* not Bourne shell */