HomeSort by: relevance | last modified time | path
    Searched defs:Var_Parse (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
var.c 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)
    [all...]
var.c 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)
    [all...]

Completed in 27 milliseconds