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

  /src/usr.bin/make/unit-tests/
varmod-match-escape.mk 5 # first backslash or not. See ParseModifier_Match, "copy = true".
37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst,
56 # parsed as an escaped '$'. Instead, ParseModifier_Match first scans for
varmod-defined.mk 61 # expressions as such, without trying any shortcuts. See ParseModifier_Match
varmod-match.mk 19 # ParseModifier_Match
  /src/usr.bin/make/
var.c 2461 * the code can be merged. See also ParseModifier_Match and
2727 ParseModifier_Match(const char **pp, const ModChain *ch)
2835 pattern = ParseModifier_Match(pp, ch);

Completed in 15 milliseconds