Searched refs:tcopy (Results 1 – 3 of 3) sorted by relevance
435 tcopy(struct op *t, Area *ap) in tcopy() function480 r->left = tcopy(t->left, ap); in tcopy()481 r->right = tcopy(t->right, ap); in tcopy()
1657 struct op *tcopy(struct op *, Area *);
874 tp->val.t = tcopy(t->left, tp->areap); in define()