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

/macosx-10.10/shell_cmds-179/find/
H A Doperator.c51 static PLAN *yankexpr(PLAN **);
70 * yankexpr --
76 yankexpr(PLAN **planp) function
95 if ((next = yankexpr(planp)) == NULL)
137 * the basic idea is to have yankexpr do all our work and just
140 while ((expr = yankexpr(&plan)) != NULL) {

Completed in 115 milliseconds