Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c1663 int *pmatches; in computematchjumps() local
1674 pmatches = (int *)malloc(g->mlen * sizeof (unsigned int)); in computematchjumps()
1675 if (pmatches == NULL) { in computematchjumps()
1691 pmatches[mindex] = suffix; in computematchjumps()
1703 suffix = pmatches[suffix]; in computematchjumps()
1716 ssuffix = pmatches[suffix]; in computematchjumps()
1724 ssuffix = pmatches[ssuffix]; in computematchjumps()
1727 free(pmatches); in computematchjumps()