Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dawk.h210 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) { in makearr()
H A Dawkgram.y469 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Drun.c155 if (isvalue(a)) { in execute()