Searched defs:ssuffix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c1662 int ssuffix; /* Keeps track of suffixes' suffix */ local
1716 ssuffix = pmatches[suffix];
1718 while (suffix <= ssuffix && suffix < g->mlen) {
1720 g->mlen + ssuffix - suffix);
1724 ssuffix = pmatches[ssuffix];

Completed in 65 milliseconds