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

/macosx-10.9.5/shell_cmds-175/find/
H A Doperator.c80 PLAN *tail; /* pointer to tail of subplan */
81 PLAN *subplan; /* pointer to head of ( ) expression */ local
94 for (tail = subplan = NULL;;) {
99 * subplan in our '(' node and convert the node to
102 * subplan.
105 if (subplan == NULL)
107 node->p_data[0] = subplan;
111 if (subplan == NULL)
112 tail = subplan = next;
177 * the expr subplan
[all...]

Completed in 77 milliseconds