Home
last modified time | relevance | path

Searched refs:EvalTruthy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dcond-cmp-unary.mk54 . info This is only reached because of a bug in EvalTruthy.
/freebsd/contrib/bmake/
H A Dcond.c498 EvalTruthy(CondParser *par, const char *value, bool quoted) in EvalTruthy() function
607 t = ToToken(doEval && EvalTruthy(par, lhs.str, lhsQuoted)); in CondParser_Comparison()