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

/freebsd-11.0-release/usr.bin/find/
H A Doperator.c168 PLAN *node; /* temporary node used in f_not processing */
187 if (next->execute == f_not) {
191 while (node != NULL && node->execute == f_not) {
245 if (next->execute == f_not)
H A Doption.c59 { "!", c_simple, f_not, 0 },
132 { "-not", c_simple, f_not, 0 },
H A Dextern.h101 exec_f f_not; variable
H A Dfunction.c1724 f_not(PLAN *plan, FTSENT *entry) function

Completed in 113 milliseconds