Searched refs:c_simple (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/usr.bin/find/ |
H A D | option.c | 53 { "!", c_simple, f_not, 0 }, 54 { "(", c_simple, f_openparen, 0 }, 55 { ")", c_simple, f_closeparen, 0 }, 79 { "-executable", c_simple, f_executable, 0 }, 80 { "-false", c_simple, f_false, 0 }, 140 { "-noleaf", c_simple, f_always_true, 0 }, 141 { "-not", c_simple, f_not, 0 }, 143 { "-o", c_simple, f_or, 0 }, 146 { "-or", c_simple, f_or, 0 }, 152 { "-prune", c_simple, f_prun [all...] |
H A D | extern.h | 73 creat_f c_simple; variable
|
H A D | function.c | 1476 c_simple(OPTION *option, char ***argvp __unused) in c_simple() function
|