HomeSort by: relevance | last modified time | path
    Searched refs:ParseModifierPart (Results 1 - 11 of 11) 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
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.
var-op-expand.mk 87 # the variable modifier is not preserved. To preserve it, ParseModifierPart
varmod-subst.mk 273 # 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
varmod-loop.mk 86 # See ApplyModifier_Loop and ParseModifierPart for examples.
  /src/usr.bin/make/
var.c 2202 ParseModifierPart(
2413 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE,
2426 if (!ParseModifierPart(pp, '@', '@', VARE_PARSE_BALANCED,
2466 * ParseModifierPart.
2571 if (!ParseModifierPart(&p, ':', ch->endc, ch->expr->emode,
2653 if (!ParseModifierPart(pp, '!', '!', expr->emode,
2796 * XXX: Contrary to ParseModifierPart, a dollar in a ':M' or
2971 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode,
2976 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode,
3013 if (!ParseModifierPart(pp, delim, delim, ch->expr->emode
    [all...]

Completed in 27 milliseconds