Lines Matching full:pmatch
5052 regmatch_t *pmatch = NULL;
5054 pmatch = (regmatch_t *)malloc(sizeof(regmatch_t) * use_size_offsets);
5059 rc = regexec(&preg, (const char *)bptr, use_size_offsets, pmatch, eflags);
5075 if (pmatch[i].rm_so >= 0)
5078 PCHARSV(dbuffer, pmatch[i].rm_so,
5079 pmatch[i].rm_eo - pmatch[i].rm_so, outfile);
5084 PCHARSV(dbuffer, pmatch[i].rm_eo, len - pmatch[i].rm_eo,
5091 free(pmatch);