Home
last modified time | relevance | path

Searched refs:NVALUE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/awk/
H A Dawk.h206 #define NVALUE 1 macro
228 #define isvalue(n) ((n)->ntype == NVALUE)
H A Dparse.c194 x->ntype = NVALUE; in valtonode()
H A Dawk.g.y451 return p->ntype == NVALUE && ((Cell *) (p->narg[0]))->csub == CCON;
/titanic_41/usr/src/cmd/oawk/
H A Dawk.def133 #define NVALUE 1
140 #define cantexec(n) (n->ntype == NVALUE)
H A Dparse.c204 x->ntype = NVALUE;