Home
last modified time | relevance | path

Searched refs:CUNK (Results 1 – 4 of 4) sorted by relevance

/external/one-true-awk/
Dawk.h183 #define CUNK 0 macro
Dparse.c182 return op1(INDIRECT, celltonode(literal0, CUNK)); in rectonode()
Dtran.c251 p->csub = CUNK; in setsymtab()
Drun.c50 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) { in tempfree()