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

  /src/usr.bin/make/
var.c 2453 ParseModifier_Defined(const char **pp, ModChain *ch, bool shouldEval,
2473 if (shouldEval)
2482 shouldEval ? ch->expr->emode : VARE_PARSE);
2484 if (shouldEval)
2490 if (shouldEval)
2503 bool shouldEval =
2507 ParseModifier_Defined(pp, ch, shouldEval, &buf);
2510 if (shouldEval)
var.c 2453 ParseModifier_Defined(const char **pp, ModChain *ch, bool shouldEval,
2473 if (shouldEval)
2482 shouldEval ? ch->expr->emode : VARE_PARSE);
2484 if (shouldEval)
2490 if (shouldEval)
2503 bool shouldEval =
2507 ParseModifier_Defined(pp, ch, shouldEval, &buf);
2510 if (shouldEval)

Completed in 31 milliseconds