Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/find/
Doperator.c186 if (next->type == N_NOT) { in not_squish()
190 while (node != NULL && node->type == N_NOT) { in not_squish()
240 if (next->type == N_NOT) in or_squish()
Dfind.h43 N_MINDEPTH, N_MTIME, N_NAME, N_NEWER, N_NOGROUP, N_NOT, N_NOUSER, enumerator
Doption.c56 { "!", N_NOT, c_not, O_ZERO },
Dfunction.c1410 return (palloc(N_NOT, f_not)); in c_not()