Searched refs:subplan (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/find/
H A Doperator.c74 PLAN *tail; /* pointer to tail of subplan */
75 PLAN *subplan; /* pointer to head of ( ) expression */ local
88 for (tail = subplan = NULL;;) {
93 * subplan in our '(' node and convert the node to
96 * subplan.
99 if (subplan == NULL)
101 node->p_data[0] = subplan;
105 if (subplan == NULL)
106 tail = subplan = next;
171 * the expr subplan
[all...]

Completed in 92 milliseconds