Searched refs:REG_DOTALL (Results 1 – 5 of 5) sorted by relevance
60 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE2_DOTALL */ macro
294 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL; in pcre2_regcomp()
5518 if ((pat_patctl.options & PCRE2_DOTALL) != 0) cflags |= REG_DOTALL; in process_pattern()
892 dotall REG_DOTALL )
9952 REG_DOTALL9955 for compilation to the native function. Note that REG_DOTALL is not10075 pcre2_compile(), and REG_DOTALL passes PCRE2_DOTALL. There is no way to