Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/find/
Doption.c88 { "-o", N_OR, c_or, O_ZERO },
90 { "-or", N_OR, c_or, O_ZERO },
Doperator.c196 if (node->type == N_OR) in not_squish()
248 if (next->type == N_OR) { in or_squish()
Dfind.h44 N_OK, N_OPENPAREN, N_OR, N_PATH, N_PERM, N_PRINT, N_PRINT0, N_PRUNE, enumerator
Dfunction.c1439 return (palloc(N_OR, f_or)); in c_or()