Searched refs:MR_iterateOverTreeSuppressK (Results 1 – 1 of 1) sorted by relevance
2752 Tree * MR_iterateOverTreeSuppressK(Tree *t,int chain[]) function2754 Tree * MR_iterateOverTreeSuppressK(t,chain)2760 t->right=MR_iterateOverTreeSuppressK(t->right,&chain[0]);2763 t->down=MR_iterateOverTreeSuppressK(t->down,&chain[1]);2842 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);2850 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);