Searched refs:PCRE2_NL_SET (Results 1 – 3 of 3) sorted by relevance
523 #define PCRE2_NL_SET 0x00008000 /* newline was set in the pattern */ macro
4637 if ((FLD(compiled_code, flags) & PCRE2_NL_SET) != 0) in show_pattern_info()5921 SETFLD(compiled_code, flags, FLD(compiled_code, flags) | PCRE2_NL_SET); in process_pattern()
9846 setflags |= PCRE2_NL_SET; in pcre2_compile()