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

Lines Matching defs:tfree

37 #define tempfree(x)	if (istemp(x)) tfree(x); else
48 tfree(p);
679 void tfree(Cell *a) /* free a tempcell */