Home | History | Annotate | Download | only in make

Lines Matching refs:VARE_EVAL

651 	expanded = Var_Subst(arg, SCOPE_GLOBAL, VARE_EVAL);
718 val = Var_Subst(expr, scope, VARE_EVAL);
827 VARE_EVAL);
867 char *xvarnames = Var_Subst(uvarnames, SCOPE_GLOBAL, VARE_EVAL);
945 SCOPE_GLOBAL, VARE_EVAL);
976 char *filtered = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL);
1152 Var_Expand(&varname, scope, VARE_EVAL);
1240 Var_Expand(&xname, scope, VARE_EVAL);
1283 Var_Expand(&varname, scope, VARE_EVAL);
1494 Var_Expand(&rhs, args->scope, VARE_EVAL);
3089 * Checking for VARE_EVAL for every single piece of code in here
3800 return (expr->emode == VARE_EVAL
4574 ? VARE_EVAL : emode,
4789 res = Var_Subst(str, scope, VARE_EVAL);