Searched refs:PCRE2_DOLLAR_ENDONLY (Results 1 – 6 of 6) sorted by relevance
123 #define PCRE2_DOLLAR_ENDONLY 0x00000010u /* J M D */ macro
1034 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()1061 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
5723 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
773 PCRE2_ALT_VERBNAMES|PCRE2_DOLLAR_ENDONLY|PCRE2_DOTALL|PCRE2_DUPNAMES| \
13544 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
742 case 'D': coptions |= PCRE2_DOLLAR_ENDONLY;break; in pcre_get_compiled_regex_cache_ex()
Completed in 90 milliseconds