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

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Devalstring.c131 if (interactive_shell)
138 if (interactive_shell)
227 if (interactive_shell == 0 && read_but_dont_execute)
326 interactive = interactive_shell;
350 if (posixly_correct && !interactive_shell)
353 if (posixly_correct && !interactive_shell)
H A Dexec.c152 if (interactive_shell && subshell_environment == 0)
193 if (interactive_shell || job_control)
H A Devalfile.c314 if (posixly_correct && !interactive_shell)
H A Dcommon.c102 if (interactive_shell == 0)
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Deval.c83 if (interactive_shell && signal_is_ignored (SIGINT) == 0)
134 if (interactive_shell == 0 && read_but_dont_execute)
H A Dshell.c140 int interactive_shell = 0; variable
151 This is a superset of the information provided by interactive_shell.
541 if (login_shell && interactive_shell)
567 if (interactive_shell)
599 set_job_control (interactive_shell);
612 if (interactive_shell == 0)
716 if (interactive_shell)
908 if (interactive_shell)
915 if (interactive_shell && login_shell && hup_on_exit)
995 if (interactive_shell
[all...]
H A Dshell.h90 extern int interactive, interactive_shell;
H A Dsig.c249 if (!interactive_shell && XHANDLER (i) == SIG_IGN)
272 if (!interactive_shell && XHANDLER (i) == SIG_IGN)
430 if (interactive || (interactive_shell && !shell_initialized) ||
479 if (interactive_shell && sig != SIGABRT)
H A Derror.c85 line = (print_lineno && interactive_shell == 0) ? executing_line_number () : -1;
104 if (interactive_shell == 0)
317 else if (interactive_shell)
H A Dflags.c274 if (interactive_shell)
H A Dinput.c124 extern int interactive_shell;
199 else if (interactive_shell == 0)
210 else if (interactive_shell == 0 && default_buffered_input == fd)
H A Dnojobs.c74 extern int interactive, interactive_shell, login_shell;
738 if (interactive_shell == 0)
767 if (interactive_shell == 0)
808 if (interactive_shell && subshell_environment == 0)
H A Dredir.c122 if (posixly_correct && interactive_shell == 0)
128 if (posixly_correct && interactive_shell == 0)
725 if (posixly_correct && interactive_shell == 0)
731 if (posixly_correct && interactive_shell == 0)
H A Dexecute_cmd.c310 (variable_context == 0 || interactive_shell == 0) &&
1251 ois = interactive_shell;
1252 interactive_shell = 0;
1257 if (ois != interactive_shell)
1624 if (!interactive_shell) \
1646 if (posixly_correct && interactive_shell == 0)
1712 if (readonly_p (v) && interactive_shell == 0 && posixly_correct)
1853 if (variable_context && interactive_shell)
2175 if (readonly_p (v) && interactive_shell == 0 && posixly_correct)
2458 if (variable_context && interactive_shell)
[all...]
H A Djobs.c538 if ((interactive_shell == 0 || subshell_environment) && i == js.j_jobslots && js.j_jobslots >= MAX_JOBS_IN_ARRAY)
2466 if (interactive_shell && subshell_environment == 0)
2593 if (interactive || interactive_shell == 0 || sourcelevel)
3008 is not active. XXX - was interactive_shell instead of job_control */
3213 if (wait_sigint_received && interactive_shell == 0 &&
3408 if ((job_control == 0 && interactive_shell) || startup_state == 2)
3415 if ((job_control == 0 && interactive_shell) ||
3423 if (DEADJOB (job) && (interactive_shell || (find_last_pid (job, 0) != last_asynchronous_pid)))
3434 if (interactive_shell == 0 && termsig && WIFSIGNALED (s) &&
3902 if (jobs[i] && DEADJOB (i) && (interactive_shell || (find_last_pi
[all...]
H A Dvariables.c423 if (interactive_shell)
447 if (interactive_shell)
520 if (interactive_shell)
530 if (interactive_shell && remember_on_history)
540 if (interactive_shell && posixly_correct && no_line_editing == 0)
785 else if (home_string && interactive_shell && login_shell &&
3954 if (interactive_shell && no_line_editing == 0)
3983 if (posixly_correct == 0 || interactive_shell == 0 || no_line_editing)
4203 if (interactive_shell)
H A Dsubst.c6261 return (interactive_shell ? &expand_wdesc_error : &expand_wdesc_fatal);
6331 return (interactive_shell ? &expand_wdesc_error : &expand_wdesc_fatal);
6414 return (interactive_shell ? &expand_wdesc_error : &expand_wdesc_fatal);
6462 return (interactive_shell ? &expand_wdesc_error : &expand_wdesc_fatal);
6620 if (interactive_shell == 0 && posixly_correct)
6719 return ((unbound_vars_is_error && interactive_shell == 0)
8128 if (interactive_shell == 0 && posixly_correct)
8189 if (interactive_shell == 0 && posixly_correct)
H A Dgeneral.c78 expand_aliases = interactive_shell;
H A Dparse.y1914 (interactive_shell && interactive == 0), we don't want to print
1917 if (interactive_shell == 0 || SHOULD_PROMPT())
4737 if (interactive_shell == 0 && posixly_correct)
4802 if (interactive_shell == 0 && posixly_correct)
H A Dexpr.c933 if (interactive_shell)

Completed in 330 milliseconds