Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Doperator.c159 not_squish(PLAN *plan) in not_squish() function
174 next->p_data[0] = not_squish(next->p_data[0]); in not_squish()
198 node->p_data[0] = not_squish(node->p_data[0]); in not_squish()
H A Dextern.h38 PLAN *not_squish(PLAN *);
H A Dfind.c153 plan = not_squish(plan); /* !'s */ in find_formplan()