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

  /src/usr.bin/make/
var.c 2450 ParseModifier_Defined(const char **pp, ModChain *ch, bool shouldEval,
2470 if (shouldEval)
2479 shouldEval ? ch->expr->emode : VARE_PARSE);
2481 if (shouldEval)
2487 if (shouldEval)
2500 bool shouldEval =
2504 ParseModifier_Defined(pp, ch, shouldEval, &buf);
2507 if (shouldEval)
var.c 2450 ParseModifier_Defined(const char **pp, ModChain *ch, bool shouldEval,
2470 if (shouldEval)
2479 shouldEval ? ch->expr->emode : VARE_PARSE);
2481 if (shouldEval)
2487 if (shouldEval)
2500 bool shouldEval =
2504 ParseModifier_Defined(pp, ch, shouldEval, &buf);
2507 if (shouldEval)
var.c 2450 ParseModifier_Defined(const char **pp, ModChain *ch, bool shouldEval,
2470 if (shouldEval)
2479 shouldEval ? ch->expr->emode : VARE_PARSE);
2481 if (shouldEval)
2487 if (shouldEval)
2500 bool shouldEval =
2504 ParseModifier_Defined(pp, ch, shouldEval, &buf);
2507 if (shouldEval)

Completed in 44 milliseconds