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

/netbsd-current/usr.bin/find/
H A Doperator.c82 PLAN *tail; /* pointer to tail of subplan */
83 PLAN *subplan; /* pointer to head of ( ) expression */ local
96 for (tail = subplan = NULL;;) {
101 * subplan in our '(' node and convert the node to
104 * subplan.
107 if (subplan == NULL)
109 node->p_data[0] = subplan;
114 if (subplan == NULL)
115 tail = subplan = next;
180 * the expr subplan
[all...]

Completed in 189 milliseconds