Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregcomp.c1912 int* pmatches; /* pmatches[k] points to the next i in computematchjumps() local
1921 pmatches = (int*) calloc(g->mlen + 1, sizeof(unsigned int)); in computematchjumps()
1922 if (pmatches == NULL) { in computematchjumps()
1929 free(pmatches); in computematchjumps()
1940 pmatches[mindex] = suffix; in computematchjumps()
1952 suffix = pmatches[suffix]; in computematchjumps()
1964 ssuffix = pmatches[suffix]; in computematchjumps()
1972 ssuffix = pmatches[ssuffix]; in computematchjumps()
1975 free(pmatches); in computematchjumps()