Searched refs:tfree (Results 1 – 2 of 2) sorted by relevance
167 extern void tfree(Cell *);
49 #define tempfree(x) do { if (istemp(x)) tfree(x); } while (/*CONSTCOND*/0)57 tfree(p); in tempfree()926 void tfree(Cell *a) /* free a tempcell */ in tfree() function