Searched refs:CondParser_Leaf (Results 1 – 2 of 2) sorted by relevance
427 CondParser_Leaf(CondParser *par, bool doEval, bool unquotedOK, in CondParser_Leaf() function600 lhs = CondParser_Leaf(par, doEval, par->leftUnquotedOK, &lhsQuoted); in CondParser_Comparison()620 rhs = CondParser_Leaf(par, doEval, true, &rhsQuoted); in CondParser_Comparison()
1172 * cond.c: fix mem leak in CondParser_Leaf