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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dflags.c43 extern int shell_initialized;
285 if (on_or_off == FLAG_ON && shell_initialized)
H A Dsig.c59 extern int parse_and_execute_level, shell_initialized;
430 if (interactive || (interactive_shell && !shell_initialized) ||
H A Dshell.c111 int shell_initialized = 0; variable
427 if (shell_initialized || shell_name)
728 if (shell_initialized == 0 && history_lines_this_session == 0)
741 shell_initialized = 1;
1650 if (shell_initialized == 0)

Completed in 69 milliseconds