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

  /src/usr.bin/make/
cond.c 418 CondParser_Leaf(CondParser *par, bool doEval, bool unquotedOK,
594 lhs = CondParser_Leaf(par, doEval, par->leftUnquotedOK, &lhsQuoted);
613 rhs = CondParser_Leaf(par, doEval, true, &rhsQuoted);
  /src/usr.bin/make/unit-tests/
cond-token-plain.mk 231 # word though, and this keeps CondParser_Leaf from evaluating the expression

Completed in 13 milliseconds