Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/find/
H A Doption.c59 { "!", c_simple, f_not, 0 },
60 { "(", c_simple, f_openparen, 0 },
61 { ")", c_simple, f_closeparen, 0 },
85 { "-false", c_simple, f_false, 0 },
145 { "-noleaf", c_simple, f_always_true, 0 },
146 { "-not", c_simple, f_not, 0 },
148 { "-o", c_simple, f_or, 0 },
151 { "-or", c_simple, f_or, 0 },
157 { "-prune", c_simple, f_prune, 0 },
158 { "-quit", c_simple, f_quit, 0 },
[all …]
H A Dextern.h76 creat_f c_simple; variable
H A Dfunction.c1483 c_simple(OPTION *option, char ***argvp __unused) in c_simple() function