Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregcomp.c1911 int ssuffix; /* Keeps track of suffixes' suffix */ in computematchjumps() local
1964 ssuffix = pmatches[suffix]; in computematchjumps()
1966 while (suffix <= ssuffix && suffix < g->mlen) { in computematchjumps()
1968 g->mlen + ssuffix - suffix); in computematchjumps()
1972 ssuffix = pmatches[ssuffix]; in computematchjumps()