Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dregcomp.c2117 int mindex; local
2140 for (mindex = 0; mindex < g->mlen; mindex++)
2141 g->charjump[(int)g->must[mindex]] = g->mlen - mindex - 1;
2160 int mindex; /* General "must" iterator */ local
2185 for (mindex = 0; mindex < g->mlen; mindex++)
2186 g->matchjump[mindex] = 2*g->mlen - mindex - 1;
2189 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0;
2190 mindex--, suffix--) {
2191 pmatches[mindex] = suffix;
2200 && g->must[mindex] != g->must[suffix]) {
[all …]