Searched refs:pmatches (Results 1 – 1 of 1) sorted by relevance
2164 int* pmatches; /* pmatches[k] points to the next i local2173 pmatches = (int*) malloc(g->mlen * sizeof(int));2174 if (pmatches == NULL) {2181 free(pmatches);2192 pmatches[mindex] = suffix;2204 suffix = pmatches[suffix];2216 ssuffix = pmatches[suffix];2224 ssuffix = pmatches[ssuffix];2227 free(pmatches);