Searched defs:pmatches (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c1663 int *pmatches; local
1665 * pmatches[k] points to the next i
1674 pmatches = (int *)malloc(g->mlen * sizeof (unsigned int));
1675 if (pmatches == NULL) {
1688 /* Compute pmatches[] */
1691 pmatches[mindex] = suffix;
1703 suffix = pmatches[suffix];
1716 ssuffix = pmatches[suffix];
1724 ssuffix = pmatches[ssuffix];
1727 free(pmatches);
[all...]

Completed in 84 milliseconds