Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h195 #define CUNK 0 macro
H A Dparse.c205 return op1(INDIRECT, celltonode(literal0, CUNK)); in rectonode()
H A Dtran.c239 p->csub = CUNK; in setsymtab()
H A Drun.c51 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) { in tempfree()