Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:csub

43 	if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
44 WARNING("bad csub %d in Cell %d %s",
45 p->csub, p->ctype, p->sval);
288 if (t->csub == CCOPY) {
291 t->csub = CTEMP;
301 t->csub = CTEMP;
303 } else if (t == y && t->csub == CCOPY) {
304 t->csub = CTEMP;
326 y->csub = CCOPY; /* prevents freeing until call is over */
485 z->csub = CVAR;
727 x->csub = CFLD;