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

  /ndk/sources/host-tools/nawk-20071023/
awk.h 80 uschar csub; /* CCON, CTEMP, CFLD, etc. */
154 #define CCON 5
awkgram.y 389 | NUMBER { $$ = celltonode($1, CCON); }
397 | STRING { $$ = celltonode($1, CCON); }
458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
tran.c 75 nullnode = celltonode(nullloc, CCON);

Completed in 177 milliseconds