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

/netbsd-current/usr.bin/find/
H A Doperator.c60 yanknode(PLAN **planp) /* pointer to top of plan (modified) */ argument
64 if ((node = (*planp)) == NULL)
66 (*planp) = (*planp)->next;
78 yankexpr(PLAN **planp) /* pointer to top of plan (modified) */ argument
86 if ((node = yanknode(planp)) == NULL)
97 if ((next = yankexpr(planp)) == NULL)

Completed in 260 milliseconds