PCRE_NO_AUTO_CAPTURE 5084 pcre/pcre_compile.cpp     else if ((options & PCRE_NO_AUTO_CAPTURE) != 0)
PCRE_NO_AUTO_CAPTURE  501 pcre/pcre_internal.h    PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
PCRE_NO_AUTO_CAPTURE  250 pcre/pcreposix.cpp if ((cflags & REG_NOSUB) != 0)   options |= PCRE_NO_AUTO_CAPTURE;
PCRE_NO_AUTO_CAPTURE  291 pcre/pcreposix.cpp   (((const pcre *)preg->re_pcre)->options & PCRE_NO_AUTO_CAPTURE) != 0;
PCRE_NO_AUTO_CAPTURE 1166 pcre/pcretest.cpp       case 'N': options |= PCRE_NO_AUTO_CAPTURE; break;
PCRE_NO_AUTO_CAPTURE 1235 pcre/pcretest.cpp     if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB;
PCRE_NO_AUTO_CAPTURE 1461 pcre/pcretest.cpp           ((get_options & PCRE_NO_AUTO_CAPTURE) != 0)? " no_auto_capture" : "",
PCRE_NO_AUTO_CAPTURE 1980 pcre/pcretest.cpp       else if ((((const pcre *)preg.re_pcre)->options & PCRE_NO_AUTO_CAPTURE)