Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Doperator.c45 static PLAN *yankexpr(PLAN **);
70 yankexpr(PLAN **planp) in yankexpr() function
89 if ((next = yankexpr(planp)) == NULL) in yankexpr()
134 while ((expr = yankexpr(&plan)) != NULL) { in paren_squish()