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

/macosx-10.10.1/awk-20/src/
H A Dawk.h80 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
148 #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.c43 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
89 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
226 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE };
487 z->ctype = OCELL;
729 x->ctype = OCELL; /* BUG? why are these needed? */
H A Dtran.c226 p->ctype = OCELL;

Completed in 90 milliseconds