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

/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h182 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) {
H A Dawkgram.y458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Drun.c151 if (isvalue(a)) {

Completed in 165 milliseconds