Home
last modified time | relevance | path

Searched refs:mindex (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/regex/
H A Dregcomp.c2118 int mindex; local
2141 for (mindex = 0; mindex < g->mlen; mindex++)
2142 g->charjump[(int)g->must[mindex]] = g->mlen - mindex - 1;
2161 int mindex; /* General "must" iterator */ local
2186 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 …]