Home
last modified time | relevance | path

Searched refs:OCELL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dawk.h183 #define OCELL 1 macro
H A Dparse.c195 a->ctype = OCELL; in celltonode()
H A Dlib.c62 static Cell dollar0 = { OCELL, CFLD, NULL, EMPTY, 0.0, REC|STR|DONTFREE, NULL, NULL };
63 static Cell dollar1 = { OCELL, CFLD, NULL, EMPTY, 0.0, FLD|STR|DONTFREE, NULL, NULL };
H A Drun.c51 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) { in tempfree()
98 static Cell tempcell ={ OCELL, CTEMP, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL };
231 static const Cell newcopycell = { OCELL, CCOPY, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL }; in call()
527 z->ctype = OCELL; in array()
972 x->ctype = OCELL; /* BUG? why are these needed? */ in indirect()
H A Dtran.c240 p->ctype = OCELL; in setsymtab()