Lines Matching full:our
84 * just return it and unwind our recursion; all other nodes are in yankexpr()
93 * subplan in our '(' node and convert the node to in yankexpr()
95 * we just continue to add whatever we get to our in yankexpr()
119 * replaces "parenthesized" plans in our search plan with "expr" nodes.
131 * the basic idea is to have yankexpr do all our work and just in paren_squish()
142 /* add the expression to our result plan */ in paren_squish()
156 * compresses "!" expressions in our search plan.
205 /* add the node to our result plan */ in not_squish()
219 * compresses -o expressions in our search plan.
243 * if we encounter an or, then place our collected plan in the in or_squish()
257 /* add the node to our result plan */ in or_squish()