Home | History | Annotate | Download | only in dist

Lines Matching defs:mrc

1426   mrc          address of where to put the result of pcre_exec()
1435 int startoffset, int *offsets, int *mrc)
1449 *mrc = pcre_exec(p->compiled, p->hint, matchptr, (int)length,
1451 if (*mrc >= 0) return TRUE;
1452 if (*mrc == PCRE_ERROR_NOMATCH) continue;
1453 fprintf(stderr, "pcregrep: pcre_exec() gave error %d while matching ", *mrc);
1458 if (*mrc == PCRE_ERROR_MATCHLIMIT || *mrc == PCRE_ERROR_RECURSIONLIMIT ||
1459 *mrc == PCRE_ERROR_JIT_STACKLIMIT)
1583 int mrc = 0;
1682 match = match_patterns(matchptr, length, options, startoffset, offsets, &mrc);
1775 if (n < mrc)
1930 if (S_arg >= 0 && S_arg < mrc)
1956 &mrc))