HomeSort by: relevance | last modified time | path
    Searched refs:ParseModifierPart (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/unit-tests/
vardebug.mk 40 .if ${VAR:S,2,two,} # ParseModifierPart
var-eval-short.mk 11 # ParseModifierPart, for evaluating nested expressions
17 # They cannot ensure that any unexpanded text returned from ParseModifierPart
varmod.mk 11 # * either uses `ParseModifierPart` or parses the modifier literal
14 # * `greedy`: calls `ParseModifierPart` with `ch->endc`; this means
22 # pattern of calling `ParseModifierPart`.
varmod-defined.mk 96 # ApplyModifier_Loop, which uses ParseModifierPart, which in turn removes
varmod-subst-regex.mk 162 # unknown modifier, the parse error is ignored in ParseModifierPart
moderrs.mk 57 # In ParseModifierPart, braces and parentheses don't have to be balanced.
varmod-edge.mk 173 # The call to "pattern.lhs = ParseModifierPart" fails.
varmod-subst.mk 261 # As of 2020-08-09, this is because ParseModifierPart sees a '$' and
varmod-sysv.mk 223 # parts of the modifier are parsed using ParseModifierPart, which scans
var-op-expand.mk 87 # the variable modifier is not preserved. To preserve it, ParseModifierPart
varmod-loop.mk 86 # See ApplyModifier_Loop and ParseModifierPart for examples.
  /src/usr.bin/make/
var.c 2198 ParseModifierPart(
2409 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE,
2422 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE_BALANCED,
2462 * ParseModifierPart.
2567 if (!ParseModifierPart(&p, ':', ch->endc, ch->expr->emode,
2649 if (!ParseModifierPart(pp, '!', '!', expr->emode,
2792 * XXX: Contrary to ParseModifierPart, a dollar in a ':M' or
2967 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode,
2972 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode,
3009 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode
    [all...]

Completed in 16 milliseconds