Home | History | Annotate | Download | only in dist

Lines Matching refs:REG_NOSUB

3926     if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB;
5065 fprintf(outfile, "Matched with REG_NOSUB\n");