HomeSort by: relevance | last modified time | path
    Searched defs:pmatches (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 2327 size_t* pmatches; /* pmatches[k] points to the next i local in function:computematchjumps
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]
    [all...]
regcomp.c 2327 size_t* pmatches; /* pmatches[k] points to the next i local in function:computematchjumps
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]
    [all...]

Completed in 156 milliseconds