Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/find/
H A Doption.c57 { "!", c_simple, f_not, 0 },
58 { "(", c_simple, f_openparen, 0 },
59 { ")", c_simple, f_closeparen, 0 },
84 { "-false", c_simple, f_false, 0 },
145 { "-not", c_simple, f_not, 0 },
147 { "-o", c_simple, f_or, 0 },
150 { "-or", c_simple, f_or, 0 },
156 { "-prune", c_simple, f_prune, 0 },
157 { "-quit", c_simple, f_quit, 0 },
158 { "-readable", c_simple, f_readable, 0 },
[all …]
H A Dextern.h75 creat_f c_simple; variable
H A Dfunction.c1481 c_simple(OPTION *option, char ***argvp __unused) in c_simple() function