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

/freebsd-current/usr.bin/find/
H A Doperator.c45 static PLAN *yankexpr(PLAN **);
64 * yankexpr --
70 yankexpr(PLAN **planp) function
89 if ((next = yankexpr(planp)) == NULL)
131 * the basic idea is to have yankexpr do all our work and just
134 while ((expr = yankexpr(&plan)) != NULL) {

Completed in 154 milliseconds