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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c155 int shell_level = 0; variable
530 * and SSH2_CLIENT alone. I'm going to rely on the shell_level check in
706 shell_level = old_level + change;
707 if (shell_level < 0)
708 shell_level = 0;
709 else if (shell_level > 1000)
711 internal_warning (_("shell level (%d) too high, resetting to 1"), shell_level);
712 shell_level = 1;
716 if (shell_level < 10)
718 new_level[0] = shell_level
[all...]
H A Dshell.c99 extern int shell_level;
1007 if ((run_by_ssh || isnetconn (fileno (stdin))) && shell_level < 2)
H A Djobs.c144 extern int posixly_correct, shell_level;
1963 sys_error ("[%ld: %d] tcgetattr", (long)getpid (), shell_level);
2002 sys_error ("[%ld: %d] tcsetattr", (long)getpid (), shell_level);

Completed in 91 milliseconds