Home
last modified time | relevance | path

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

/openbsd/usr.bin/awk/
H A Dawkgram.y417 | NUMBER { $$ = celltonode($1, CCON); }
425 | string { $$ = celltonode($1, CCON); }
488 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dawk.h192 #define CCON 5 macro
H A Dtran.c78 nullnode = celltonode(nullloc, CCON); in syminit()