Home
last modified time | relevance | path

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

/original-bsd/usr.bin/find/
H A Doperator.c77 if (next->type == N_CLOSEPAREN) {
120 if (expr->type == N_CLOSEPAREN)
H A Dfind.h16 N_ATIME, N_CLOSEPAREN, N_CTIME, N_DEPTH, N_EXEC, N_EXPR, N_FOLLOW, enumerator
H A Doption.c32 { ")", N_CLOSEPAREN, c_closeparen, O_ZERO },
H A Dfunction.c957 return (palloc(N_CLOSEPAREN, (int (*)())-1)); in c_closeparen()