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

/macosx-10.9.5/bash-92/bash-3.2/
H A Deval.c124 if (temporary_env)
H A Dvariables.c124 HASH_TABLE *temporary_env = (HASH_TABLE *)NULL; variable
1522 temporary_env
1543 if (search_tempenv && temporary_env)
1544 var = hash_lookup (name, temporary_env);
1959 if (temporary_env)
2151 HASH_TABLE (temporary_env). The functions in execute_cmd.c are
2196 if (temporary_env == 0)
2197 temporary_env = hash_create (TEMPENV_HASH_BUCKETS);
2199 var = hash_lookup (name, temporary_env);
2201 var = make_new_variable (name, temporary_env);
[all...]
H A Dexecute_cmd.c3041 if (posixly_correct && builtin_is_special && temporary_env)
3142 if (temporary_env)
3144 push_scope (VC_BLTNENV, temporary_env);
3147 temporary_env = (HASH_TABLE *)NULL;
3155 if (posixly_correct && subshell == 0 && builtin == return_builtin && temporary_env)
3165 if (posixly_correct && subshell == 0 && builtin == return_builtin && temporary_env)
3214 push_context (var->name, subshell, temporary_env);
3224 push_context (var->name, subshell, temporary_env); /* don't unwind-protect for subshells */
3226 temporary_env = (HASH_TABLE *)NULL;
H A Dvariables.h47 #define VC_TEMPENV 0x10 /* temporary_env */
204 extern HASH_TABLE *temporary_env;

Completed in 88 milliseconds