Searched refs:N_OR (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/find/ |
H A D | option.c | 85 { "-o", N_OR, c_or, O_ZERO }, 87 { "-or", N_OR, c_or, O_ZERO },
|
H A D | operator.c | 191 if (node->type == N_OR) in not_squish() 243 if (next->type == N_OR) { in or_squish()
|
H A D | find.h | 44 N_OK, N_OPENPAREN, N_OR, N_PATH, N_PERM, N_PRINT, N_PRINT0, N_PRUNE, enumerator
|
H A D | find.c | 256 if (p->type == N_EXPR || p->type == N_OR) { in find_traverse()
|
H A D | function.c | 1670 return (palloc(N_OR, f_or)); in c_or()
|