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

  /src/usr.bin/make/unit-tests/
cond-cmp-unary.exp 1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
cond-cmp-unary.mk 30 # EvalTruthy, which is plain wrong. The bug is in TryParseNumber.
48 # XXX: As of 2023-06-01, the implementation in EvalTruthy does not skip
53 # expect+1: This is only reached because of a bug in EvalTruthy.
54 . info This is only reached because of a bug in EvalTruthy.
  /src/usr.bin/make/
cond.c 494 EvalTruthy(CondParser *par, const char *value, bool quoted)
601 t = ToToken(doEval && EvalTruthy(par, lhs.str, lhsQuoted));

Completed in 13 milliseconds