Searched refs:tcopy (Results 1 – 3 of 3) sorted by relevance
545 tcopy(struct op *t, Area *ap) in tcopy() function594 r->left = tcopy(t->left, ap); in tcopy()595 r->right = tcopy(t->right, ap); in tcopy()
1098 tp->val.t = tcopy(t->left, tp->areap); in define()
2722 struct op *tcopy(struct op *, Area *);