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

/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
147 #define OCELL 1 macro
H A Dparse.c172 a->ctype = OCELL;
H A Dlib.c55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE };
56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE };
H A Drun.c46 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
93 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
227 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE };
488 z->ctype = OCELL;
730 x->ctype = OCELL; /* BUG? why are these needed? */
H A Dtran.c226 p->ctype = OCELL;

Completed in 76 milliseconds