Searched refs:tTrunc (Results 1 – 1 of 1) sorted by relevance
1790 Tree *tTrunc(Tree *t,int depth) in tTrunc() function1792 Tree *tTrunc(t,depth) in tTrunc()1803 u=tTrunc(t->down,depth);1806 u->down=tTrunc(t->down,depth-1);1808 if (t->right != NULL) u->right=tTrunc(t->right,depth);1899 truncatedTree=tTrunc(t,depth);