Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Doperator.c191 if (node->execute == f_or) in not_squish()
247 if (next->execute == f_or) { in or_squish()
H A Doption.c143 { "-o", c_simple, f_or, 0 },
146 { "-or", c_simple, f_or, 0 },
H A Dextern.h104 exec_f f_or; variable
H A Dfunction.c1767 f_or(PLAN *plan, FTSENT *entry) in f_or() function