Home | History | Annotate | Download | only in init

Lines Matching defs:altshell

650 #ifdef ALTSHELL
659 #ifdef ALTSHELL
660 char altshell[128];
661 #endif /* ALTSHELL */
716 #ifdef ALTSHELL
719 if (fgets(altshell, sizeof(altshell), stdin) == NULL) {
720 altshell[0] = '\0';
725 if ((p = strchr(altshell, '\n')) != NULL)
729 if (altshell[0])
730 shell = altshell;
731 #endif /* ALTSHELL */
748 #ifdef ALTSHELL
749 if (altshell[0])
750 argv[0] = altshell;
754 #endif /* ALTSHELL */