HomeSort by relevance Sort by last modified time
    Searched refs:isvalue (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
awk.h 182 #define isvalue(n) ((n)->ntype == NVALUE) macro
parse.c 189 if (isvalue(p)) {
awkgram.y 458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
run.c 147 if (isvalue(a)) {
    [all...]

Completed in 666 milliseconds