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

/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c2138 int* pmatches; /* pmatches[k] points to the next i local
2147 pmatches = (int*) malloc(g->mlen * sizeof(int));
2148 if (pmatches == NULL) {
2155 free(pmatches);
2163 /* Compute pmatches[] */
2166 pmatches[mindex] = suffix;
2178 suffix = pmatches[suffix];
2190 ssuffix = pmatches[suffix];
2198 ssuffix = pmatches[ssuffi
[all...]

Completed in 47 milliseconds