Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dparse.c175 x->ntype = NEXPR; in op1()
185 x->ntype = NEXPR; in op2()
195 x->ntype = NEXPR; in op3()
205 x->ntype = NEXPR; in op4()
H A Dawk.h243 #define NEXPR 3 macro
264 #define isexpr(n) ((n)->ntype == NEXPR)
/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c136 x->ntype = NEXPR; in op2()
147 x->ntype = NEXPR; in op1()
169 x->ntype = NEXPR; in op3()
H A Dawk.def133 #define NEXPR 3
141 #define isexpr(n) (n->ntype == NEXPR)