Searched refs:tfree (Results 1 – 1 of 1) sorted by relevance
29 #define tempfree(x, s) if (istemp(x)) tfree(x, s)76 static void tfree(Cell *, char *);652 tfree(Cell *a, char *s) in tfree() function