Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h210 #define NVALUE 1 macro
218 #define isvalue(n) ((n)->ntype == NVALUE)
H A Dparse.c198 x->ntype = NVALUE; in celltonode()