Searched refs:mindex (Results 1 – 1 of 1) sorted by relevance
2118 int mindex; local2141 for (mindex = 0; mindex < g->mlen; mindex++)2142 g->charjump[(int)g->must[mindex]] = g->mlen - mindex - 1;2161 int mindex; /* General "must" iterator */ local2186 for (mindex = 0; mindex < g->mlen; mindex++)2187 g->matchjump[mindex] = 2*g->mlen - mindex - 1;2190 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0;2191 mindex--, suffix--) {2192 pmatches[mindex] = suffix;2201 && g->must[mindex] != g->must[suffix]) {[all …]