Home
last modified time | relevance | path

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

/dragonfly/usr.bin/find/
H A Doption.c116 { "-o", c_simple, f_or, 0 },
119 { "-or", c_simple, f_or, 0 },
H A Doperator.c192 if (node->execute == f_or) in not_squish()
248 if (next->execute == f_or) { in or_squish()
H A Dextern.h102 exec_f f_or; variable
H A Dfunction.c1678 f_or(PLAN *plan, FTSENT *entry) in f_or() function