Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dregcomp.c2162 int ssuffix; /* Keeps track of suffixes' suffix */ local
2215 ssuffix = pmatches[suffix];
2217 while (suffix <= ssuffix && suffix < g->mlen) {
2219 g->mlen + ssuffix - suffix);
2223 ssuffix = pmatches[ssuffix];