Lines Matching defs:Var_Subst
96 * Var_Subst Substitute all expressions in a string.
197 * The variable is currently being accessed by Var_Parse or Var_Subst.
651 expanded = Var_Subst(arg, SCOPE_GLOBAL, VARE_EVAL);
683 * local scope, skip it, else we can get Var_Subst
718 val = Var_Subst(expr, scope, VARE_EVAL);
826 xvarnames = Var_Subst("${.MAKE.EXPORTED:O:u}", SCOPE_GLOBAL,
867 char *xvarnames = Var_Subst(uvarnames, SCOPE_GLOBAL, VARE_EVAL);
944 char *expanded = Var_Subst("${.MAKE.EXPORTED:O:u}",
976 char *filtered = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL);
1714 s = Var_Subst(args->body, args->scope, args->emode);
2795 pattern = Var_Subst(pattern, expr->scope, expr->emode);
4125 * To make that happen, Var_Subst must report the actual errors
4653 expanded = Var_Subst(Expr_Str(&expr), scope, expr.emode);
4764 Var_Subst(const char *str, GNode *scope, VarEvalMode emode)
4789 res = Var_Subst(str, scope, VARE_EVAL);
4825 expanded = Var_Subst(str->str, scope, emode);