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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dflags.h46 just_one_command, unbound_vars_is_error, echo_input_at_read,
H A Dflags.c87 int unbound_vars_is_error = 0; variable
193 { 'u', &unbound_vars_is_error },
322 noclobber = unbound_vars_is_error = echo_input_at_read = 0;
H A Dsubst.c4786 if ((var == 0 || array_p (var) == 0) && unbound_vars_is_error)
6254 if (var_is_set == 0 && unbound_vars_is_error)
6407 if (unbound_vars_is_error && temp1 == (char *)NULL)
6455 if (unbound_vars_is_error)
6688 else if (unbound_vars_is_error)
6709 if (unbound_vars_is_error)
6719 return ((unbound_vars_is_error && interactive_shell == 0)
H A Dexpr.c205 extern int unbound_vars_is_error;
918 if ((v == 0 || invisible_p (v)) && unbound_vars_is_error)

Completed in 85 milliseconds