Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c435 tcopy(struct op *t, Area *ap) in tcopy() function
480 r->left = tcopy(t->left, ap); in tcopy()
481 r->right = tcopy(t->right, ap); in tcopy()
Dsh.h1657 struct op *tcopy(struct op *, Area *);
Dexec.c874 tp->val.t = tcopy(t->left, tp->areap); in define()