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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c3121 make_var_export_array (vcxt)
3122 VAR_CONTEXT *vcxt;
3127 vars = map_over (visible_and_exported, vcxt);
3475 VAR_CONTEXT *ret, *vcxt; local
3477 vcxt = shell_variables;
3478 if (vc_isfuncenv (vcxt) == 0)
3484 if (ret = vcxt->down)
3488 if (vcxt->table)
3489 hash_flush (vcxt->table, push_func_var);
3490 dispose_var_context (vcxt);
3562 VAR_CONTEXT *vcxt, *ret; local
[all...]

Completed in 64 milliseconds