Lines Matching refs:VARE_EVAL
666 expanded = Var_Subst(arg, SCOPE_GLOBAL, VARE_EVAL); in Var_Undef()
733 val = Var_Subst(expr, scope, VARE_EVAL); in ExportVarEnv()
842 VARE_EVAL); in Var_ReexportVars()
882 char *xvarnames = Var_Subst(uvarnames, SCOPE_GLOBAL, VARE_EVAL); in ExportVarsExpand()
960 SCOPE_GLOBAL, VARE_EVAL); in GetVarnamesToUnexport()
991 char *filtered = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in UnexportVar()
1167 Var_Expand(&varname, scope, VARE_EVAL); in Var_SetExpand()
1255 Var_Expand(&xname, scope, VARE_EVAL); in Var_AppendExpand()
1298 Var_Expand(&varname, scope, VARE_EVAL); in Var_ExistsExpand()
1509 Var_Expand(&rhs, args->scope, VARE_EVAL); in ModifyWord_SysVSubst()
3820 return (expr->emode == VARE_EVAL in ShouldLogInSimpleFormat()
4596 ? VARE_EVAL : emode, in Var_Parse()
4811 res = Var_Subst(str, scope, VARE_EVAL); in Var_SubstInTarget()