Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/find/
Doperator.c218 or_squish(PLAN *plan) /* plan with ors to be squished */ in or_squish() function
232 next->p_data[0] = or_squish(next->p_data[0]); in or_squish()
236 next->p_data[0] = or_squish(next->p_data[0]); in or_squish()
247 next->p_data[1] = or_squish(plan); in or_squish()
Dextern.h42 PLAN *or_squish(PLAN *);
Dfind.c136 plan = or_squish(plan); /* -o's */ in find_formplan()