Home
last modified time | relevance | path

Searched refs:N_EXPR (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/find/
Doperator.c110 node->type = N_EXPR; in yankexpr()
182 if (next->type == N_EXPR) in not_squish()
202 if (node->type == N_EXPR) in not_squish()
240 if (next->type == N_EXPR) in or_squish()
Dfind.h45 N_EXPR, N_FALSE, N_FLAGS, N_FOLLOW, N_FPRINT, N_FSTYPE, N_GROUP, enumerator
Dfind.c294 if (p->type == N_EXPR || p->type == N_OR) { in find_traverse()