Searched refs:suppressChain (Results 1 – 1 of 1) sorted by relevance
2656 static int * suppressChain; /* element 0 not used */ variable2772 MR_suppressK_client(suppressTree,suppressChain);2807 if (suppressChain == NULL) {2808 suppressChain=(int *) calloc(CLL_k+2,sizeof(int));2809 require (suppressChain != NULL,"MR_suppressK: can't allocate chain");2842 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);2850 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);2918 fprintf(output," %s",TerminalString(suppressChain[i]));