Searched refs:NEXPR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Dparse.c137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
H A Dawk.h190 #define NEXPR 3 macro
197 #define isexpr(n) ((n)->ntype == NEXPR)

Completed in 82 milliseconds