Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Dawk.h220 #define isvalue(n) ((n)->ntype == NVALUE) macro
Dparse.c213 if (isvalue(p)) { in makearr()
Dawkgram.y488 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
Drun.c157 if (isvalue(a)) { in execute()