Home
last modified time | relevance | path

Searched refs:CCON (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dawkgram.y416 | NUMBER { $$ = celltonode($1, CCON); }
424 | string { $$ = celltonode($1, CCON); }
487 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dawk.h190 #define CCON 5 macro
H A Dtran.c78 nullnode = celltonode(nullloc, CCON); in syminit()