Searched refs:PCRE2_ALT_CIRCUMFLEX (Results 1 – 5 of 5) sorted by relevance
140 #define PCRE2_ALT_CIRCUMFLEX 0x00200000u /* J M D */ macro
960 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()
5777 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
772 PCRE2_ALLOW_EMPTY_CLASS|PCRE2_ALT_BSUX|PCRE2_ALT_CIRCUMFLEX| \
13472 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()
Completed in 114 milliseconds