Home
last modified time | relevance | path

Searched refs:N_OR (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/find/
H A Doption.c85 { "-o", N_OR, c_or, O_ZERO },
87 { "-or", N_OR, c_or, O_ZERO },
H A Doperator.c191 if (node->type == N_OR) in not_squish()
243 if (next->type == N_OR) { in or_squish()
H A Dfind.h44 N_OK, N_OPENPAREN, N_OR, N_PATH, N_PERM, N_PRINT, N_PRINT0, N_PRUNE, enumerator
H A Dfind.c256 if (p->type == N_EXPR || p->type == N_OR) { in find_traverse()
H A Dfunction.c1670 return (palloc(N_OR, f_or)); in c_or()