Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dcond.c596 ComparisonOp op, const char *rhs, bool rhsQuoted) in EvalCompare() argument
600 if (!rhsQuoted && !lhsQuoted) in EvalCompare()
641 bool lhsQuoted, rhsQuoted; in CondParser_Comparison() local
664 CondParser_Leaf(par, doEval, true, &rhs, &rhsQuoted); in CondParser_Comparison()
667 : EvalCompare(par, lhs.str, lhsQuoted, op, rhs.str, rhsQuoted); in CondParser_Comparison()