Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c1853 int *pmatches; in computematchjumps() local
1864 pmatches = (int *)malloc(g->mlen * sizeof (unsigned int)); in computematchjumps()
1865 if (pmatches == NULL) { in computematchjumps()
1872 free(pmatches); in computematchjumps()
1883 pmatches[mindex] = suffix; in computematchjumps()
1895 suffix = pmatches[suffix]; in computematchjumps()
1908 ssuffix = pmatches[suffix]; in computematchjumps()
1916 ssuffix = pmatches[ssuffix]; in computematchjumps()
1919 free(pmatches); in computematchjumps()