HomeSort by: relevance | last modified time | path
    Searched refs:N_EXPR (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/find/
operator.c 75 * simple node or a N_EXPR node containing a list of simple nodes.
102 * a N_EXPR. The ')' we found is ignored. Otherwise,
110 node->type = N_EXPR;
182 if (next->type == N_EXPR)
202 if (node->type == N_EXPR)
240 if (next->type == N_EXPR)
find.c 294 if (p->type == N_EXPR || p->type == N_OR) {
find.h 45 N_EXPR, N_FALSE, N_FLAGS, N_FOLLOW, N_FPRINT, N_FSTYPE, N_GROUP,

Completed in 24 milliseconds