Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Dextern.h73 creat_f c_simple; variable
H A Dfunction.c1476 c_simple(OPTION *option, char ***argvp __unused) in c_simple() function
H A Doption.c52 { "!", c_simple, f_not, 0 },
53 { "(", c_simple, f_openparen, 0 },
54 { ")", c_simple, f_closeparen, 0 },
79 { "-false", c_simple, f_false, 0 },
140 { "-not", c_simple, f_not, 0 },
142 { "-o", c_simple, f_or, 0 },
145 { "-or", c_simple, f_or, 0 },
151 { "-prune", c_simple, f_prune, 0 },
152 { "-quit", c_simple, f_quit, 0 },
153 { "-readable", c_simple, f_readable, 0 },
[all …]