Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/regex/
H A Dregcomp.c2149 int ssuffix; /* Keeps track of suffixes' suffix */ local
2202 ssuffix = pmatches[suffix];
2204 while (suffix <= ssuffix && suffix < g->mlen) {
2206 g->mlen + ssuffix - suffix);
2210 ssuffix = pmatches[ssuffix];