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

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dsource.c53 if (variable_context == 0 && (dollar_vars_changed () & ARGS_SETBLTIN))
H A Ddeclare.c45 if (variable_context)
222 if (variable_context && ((flags_on & att_function) == 0))
H A Dcommon.c358 if (variable_context)
/macosx-10.9.5/bash-92/bash-3.2/
H A Deval.c98 variable_context = 0; /* not in a function */
H A Dvariables.c120 int variable_context = 0; variable
1397 if (variable_context && this_shell_function)
1654 if (old_var && local_p (old_var) && old_var->context == variable_context)
1665 if (vc_isfuncenv (vc) && vc->scope == variable_context)
1708 new_var->context = variable_context;
2213 var->context = variable_context; /* XXX */
2401 if (old_var && local_p (old_var) && variable_context == old_var->context)
2449 if (vc_isfuncenv (vc) && vc->scope == variable_context)
2783 return (invisible_p (var) == 0 && local_p (var) && var->context == variable_context && exported_p (var));
2802 return (invisible_p (var) == 0 && local_p (var) && var->context == variable_context);
[all...]
H A Dexecute_cmd.c310 (variable_context == 0 || interactive_shell == 0) &&
360 if (variable_context == 0)
1844 if (variable_context && interactive_shell)
2449 if (variable_context && interactive_shell)
2615 if (variable_context && interactive_shell)
2774 if (variable_context && interactive_shell)
3377 if (variable_context == 0 || this_shell_function == 0)
3895 variable_context = return_catch_flag = 0;
H A Dvariables.h206 extern int variable_context;

Completed in 135 milliseconds