Home
last modified time | relevance | path

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

/third_party/mksh/
H A 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()
H A Dexec.c1098 tp->val.t = tcopy(t->left, tp->areap); in define()
H A Dsh.h1950 /* WARNING: newtp(), tcopy() use evalflags = 0 to clear union */
2722 struct op *tcopy(struct op *, Area *);

Completed in 10 milliseconds