Searched refs:tfree (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dtree.c692 tfree(struct op *t, Area *ap) function
721 tfree(t->left, ap);
722 tfree(t->right, ap);
H A Dexec.c794 tfree(tp->val.t, tp->areap);
1048 tfree(tp->val.t, tp->areap);
H A Dsyn.c1157 tfree(t, ATEMP);
H A Dsh.h1942 void tfree(struct op *, Area *);

Completed in 181 milliseconds