Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Doperator.c75 PLAN *subplan; /* pointer to head of ( ) expression */ in yankexpr() local
88 for (tail = subplan = NULL;;) { in yankexpr()
99 if (subplan == NULL) in yankexpr()
101 node->p_data[0] = subplan; in yankexpr()
105 if (subplan == NULL) in yankexpr()
106 tail = subplan = next; in yankexpr()