Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dparse.c233 if (isvalue(p)) { in makearr()
H A Dawk.h263 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dawk.g.y494 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Drun.c163 if (isvalue(a)) { in execute()