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