Searched refs:tfree (Results 1 – 6 of 6) sorted by relevance
161 extern void tfree(Cell *);
39 #define tempfree(x) if (istemp(x)) tfree(x); else697 void tfree(Cell *a) /* free a tempcell */ in tfree() function
715 tfree(struct op *t, Area *ap) in tfree() function743 tfree(t->left, ap); in tfree()744 tfree(t->right, ap); in tfree()
800 tfree(tp->val.t, tp->areap); in comexec()1097 tfree(tp->val.t, tp->areap); in define()
1168 tfree(t, ATEMP); in yyrecursive()
2644 void tfree(struct op *, Area *);