Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Doperator.c181 if (next->execute == f_not) { in not_squish()
185 while (node != NULL && node->execute == f_not) { in not_squish()
239 if (next->execute == f_not) in or_squish()
H A Doption.c53 { "!", c_simple, f_not, 0 },
141 { "-not", c_simple, f_not, 0 },
H A Dextern.h101 exec_f f_not; variable
H A Dfunction.c1748 f_not(PLAN *plan, FTSENT *entry) in f_not() function