Home
last modified time | relevance | path

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

/netbsd/external/historical/nawk/dist/
H A Dawk.h210 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c216 if (isvalue(p)) { in makearr()
H A Dawkgram.y484 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dytab.c3761 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON; in constnode()
H A Drun.c157 if (isvalue(a)) { in execute()