Home
last modified time | relevance | path

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

/netbsd/src/external/historical/nawk/dist/
Dawk.h218 #define isvalue(n) ((n)->ntype == NVALUE) macro
Dparse.c216 if (isvalue(p)) { in makearr()
Dawkgram.y491 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
Drun.c159 if (isvalue(a)) { in execute()