Home
last modified time | relevance | path

Searched refs:PCRE2_NL_SET (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_internal.h521 #define PCRE2_NL_SET 0x00008000 /* newline was set in the pattern */ macro
Dpcre2test.c4498 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()
Dpcre2_compile.c9316 setflags |= PCRE2_NL_SET; in pcre2_compile()