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

Lines Matching refs:OCELL

43 	if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
90 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
224 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE };
485 z->ctype = OCELL;
727 x->ctype = OCELL; /* BUG? why are these needed? */