Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dawk.h202 #define NVALUE 1 macro
210 #define isvalue(n) ((n)->ntype == NVALUE)
H A Dparse.c175 x->ntype = NVALUE; in celltonode()