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

Lines Matching refs:DONTFREE

89 static Cell	tempcell	={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
223 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE };
295 oargs[i]->tval &= ~(STR|NUM|DONTFREE);
331 y->tval = x->tval & ~(CON|FLD|REC|DONTFREE); /* copy is not constant or field */
332 /* is DONTFREE right? */
479 x->tval &= ~(STR|NUM|DONTFREE);
543 ap->tval &= ~(STR|NUM|DONTFREE);