Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c1852 int ssuffix; /* Keeps track of suffixes' suffix */ in computematchjumps() local
1908 ssuffix = pmatches[suffix]; in computematchjumps()
1910 while (suffix <= ssuffix && suffix < g->mlen) { in computematchjumps()
1912 g->mlen + ssuffix - suffix); in computematchjumps()
1916 ssuffix = pmatches[ssuffix]; in computematchjumps()