Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/awk/
H A Dparse.c122 x->ntype = NEXPR; in op2()
132 x->ntype = NEXPR; in op1()
152 x->ntype = NEXPR; in op3()
162 x->ntype = NEXPR; in op4()
H A Dawk.h208 #define NEXPR 3 macro
229 #define isexpr(n) ((n)->ntype == NEXPR)
/titanic_44/usr/src/cmd/oawk/
H A Dparse.c138 x->ntype = NEXPR;
149 x->ntype = NEXPR;
171 x->ntype = NEXPR;
H A Dawk.def135 #define NEXPR 3
143 #define isexpr(n) (n->ntype == NEXPR)