Home
last modified time | relevance | path

Searched refs:tfree (Results 1 – 6 of 6) sorted by relevance

/external/one-true-awk/
Dproto.h161 extern void tfree(Cell *);
Drun.c39 #define tempfree(x) if (istemp(x)) tfree(x); else
697 void tfree(Cell *a) /* free a tempcell */ in tfree() function
/external/mksh/src/
Dtree.c715 tfree(struct op *t, Area *ap) in tfree() function
743 tfree(t->left, ap); in tfree()
744 tfree(t->right, ap); in tfree()
Dexec.c800 tfree(tp->val.t, tp->areap); in comexec()
1097 tfree(tp->val.t, tp->areap); in define()
Dsyn.c1168 tfree(t, ATEMP); in yyrecursive()
Dsh.h2644 void tfree(struct op *, Area *);