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

/netbsd-current/usr.bin/find/
H A Doperator.c223 * or_squish --
227 or_squish(PLAN *plan) /* plan with ors to be squished */ function
241 next->p_data[0] = or_squish(next->p_data[0]);
245 next->p_data[0] = or_squish(next->p_data[0]);
256 next->p_data[1] = or_squish(plan);
H A Dextern.h43 PLAN *or_squish(PLAN *);
H A Dfind.c145 plan = or_squish(plan); /* -o's */

Completed in 174 milliseconds