Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c427 CondParser_Leaf(CondParser *par, bool doEval, bool unquotedOK, in CondParser_Leaf() function
600 lhs = CondParser_Leaf(par, doEval, par->leftUnquotedOK, &lhsQuoted); in CondParser_Comparison()
620 rhs = CondParser_Leaf(par, doEval, true, &rhsQuoted); in CondParser_Comparison()
H A DChangeLog1172 * cond.c: fix mem leak in CondParser_Leaf