Home
last modified time | relevance | path

Searched refs:tcopy (Results 1 – 3 of 3) sorted by relevance

/third_party/mksh/
Dtree.c545 tcopy(struct op *t, Area *ap) in tcopy() function
594 r->left = tcopy(t->left, ap); in tcopy()
595 r->right = tcopy(t->right, ap); in tcopy()
Dexec.c1098 tp->val.t = tcopy(t->left, tp->areap); in define()
Dsh.h2722 struct op *tcopy(struct op *, Area *);