Home
last modified time | relevance | path

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

/dragonfly/usr.bin/find/
HDoperator.c45 static PLAN *yanknode(PLAN **);
53 yanknode(PLAN **planp) in yanknode() function
79 if ((node = yanknode(planp)) == NULL) in yankexpr()
169 while ((next = yanknode(&plan))) { in not_squish()
185 node = yanknode(&plan); in not_squish()
188 node = yanknode(&plan); in not_squish()
231 while ((next = yanknode(&plan)) != NULL) { in or_squish()