Home | History | Annotate | Download | only in make

Lines Matching defs:Var_Parse

98  *	Var_Parse	Parse an expression such as ${VAR:Mpattern}.
151 * as ${UNDEF:Ufallback} in Var_Parse and ApplyModifiers.
197 * The variable is currently being accessed by Var_Parse or Var_Subst.
287 * Special return value for Var_Parse, indicating a parse error. It may be
294 * Special return value for Var_Parse, indicating an undefined variable in
2143 FStr nested_val = Var_Parse(&p, ch->expr->scope,
2460 * XXX: This code is similar to the one in Var_Parse. See if
2478 FStr val = Var_Parse(&p, ch->expr->scope,
2742 * XXX: This code is similar to the one in Var_Parse.
3947 FStr mods = Var_Parse(&p, expr->scope, expr->emode);
4215 FStr nested_val = Var_Parse(&p, scope, emode);
4461 * is still undefined, Var_Parse will return an empty string
4557 Var_Parse(const char **pp, GNode *scope, VarEvalMode emode)
4584 DEBUG2(VAR, "Var_Parse: %s (%s)\n", start, VarEvalMode_Name[emode]);
4710 FStr val = Var_Parse(&nested_p, scope, emode);