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

  /external/one-true-awk/
awk.h 80 uschar csub; /* CCON, CTEMP, CFLD, etc. */
162 #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 91 nullnode = celltonode(nullloc, CCON);

Completed in 90 milliseconds