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

/netbsd-current/usr.bin/find/
H A Doperator.c53 static PLAN *yankexpr(PLAN **);
72 * yankexpr --
78 yankexpr(PLAN **planp) /* pointer to top of plan (modified) */ function
97 if ((next = yankexpr(planp)) == NULL)
140 * the basic idea is to have yankexpr do all our work and just
143 while ((expr = yankexpr(&plan)) != NULL) {

Completed in 116 milliseconds