Searched refs:PCRE_EXTRA (Results 1 – 3 of 3) sorted by relevance
114 #define PCRE_EXTRA 0x00000040 /* Compile */ macro
878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
1147 if ((options & PCRE_EXTRA) != 0) switch(c) in check_escape()4276 if ((options & PCRE_EXTRA) != 0) in compile_branch()6439 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()