Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dregcomp.c2164 int* pmatches; /* pmatches[k] points to the next i local
2173 pmatches = (int*) malloc(g->mlen * sizeof(int));
2174 if (pmatches == NULL) {
2181 free(pmatches);
2192 pmatches[mindex] = suffix;
2204 suffix = pmatches[suffix];
2216 ssuffix = pmatches[suffix];
2224 ssuffix = pmatches[ssuffix];
2227 free(pmatches);