Searched refs:isvalue (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawk.h183 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) {
H A Dawkgram.y459 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dytab.c3698 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dytabc.bak3390 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Drun.c149 if (isvalue(a)) {

Completed in 102 milliseconds