Searched refs:Altshell (Results 1 – 1 of 1) sorted by relevance
286 static char *Altshell = NULL; variable1271 if ((Altshell = defread("ALTSHELL=")) != NULL) in defaults()1272 Altshell = strdup(Altshell); in defaults()2278 } else if (Altshell != NULL && strcmp(Altshell, "YES") == 0) { in establish_user_environment()