Searched refs:REG_DOTALL (Results 1 – 5 of 5) sorted by relevance
58 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE2_DOTALL */ macro
245 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL; in regcomp()
5328 if ((pat_patctl.options & PCRE2_DOTALL) != 0) cflags |= REG_DOTALL; in process_pattern()
869 dotall REG_DOTALL )
9434 REG_DOTALL9437 for compilation to the native function. Note that REG_DOTALL is not9554 and REG_DOTALL passes PCRE2_DOTALL. There is no way to pass PCRE2_DOL-