PCRE_EXTRA 772 pcre/pcre_compile.cpp if ((options & PCRE_EXTRA) != 0) PCRE_EXTRA 777 pcre/pcre_compile.cpp if ((options & PCRE_EXTRA) != 0) switch(c) PCRE_EXTRA 3287 pcre/pcre_compile.cpp if ((options & PCRE_EXTRA) != 0) PCRE_EXTRA 5004 pcre/pcre_compile.cpp case 'X': *optset |= PCRE_EXTRA; break; PCRE_EXTRA 500 pcre/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_EXTRA 1174 pcre/pcretest.cpp case 'X': options |= PCRE_EXTRA; break; PCRE_EXTRA 1459 pcre/pcretest.cpp ((get_options & PCRE_EXTRA) != 0)? " extra" : "",