Home | History | Annotate | Download | only in one-true-awk

Lines Matching refs:OCELL

45 	if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
92 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE, NULL };
226 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE, NULL };
334 if (isstr(x) /* || x->ctype == OCELL */) {
500 z->ctype = OCELL;
744 x->ctype = OCELL; /* BUG? why are these needed? */