Home | History | Annotate | Download | only in regex

Lines Matching defs:pmatches

2327 	size_t* pmatches;	/* pmatches[k] points to the next i
2339 pmatches = calloc(g->mlen, sizeof(*pmatches));
2340 if (pmatches == NULL) {
2347 free(pmatches);
2355 /* Compute pmatches[] */
2357 pmatches[mindex] = suffix;
2369 suffix = pmatches[suffix];
2381 ssuffix = pmatches[suffix];
2389 ssuffix = pmatches[ssuffix];
2392 free(pmatches);