Searched refs:make_login_shell (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/
H A Dshell.c199 static int make_login_shell; /* Make this shell be a `-bash' shell. */ variable
233 { "login", Int, &make_login_shell, (char **)0x0 },
423 login_shell = make_login_shell = 0;
465 if (make_login_shell)
838 make_login_shell = 1;
1733 login_shell = make_login_shell = interactive = executing = 0;

Completed in 105 milliseconds