Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def131 #define NVALUE 1
138 #define cantexec(n) (n->ntype == NVALUE)
H A Dparse.c202 x->ntype = NVALUE; in valtonode()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h241 #define NVALUE 1 macro
263 #define isvalue(n) ((n)->ntype == NVALUE)
H A Dparse.c217 x->ntype = NVALUE; in celltonode()