Home
last modified time | relevance | path

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

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