Searched refs:REG_DOTALL (Results 1 – 4 of 4) sorted by relevance
59 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE_DOTALL */ macro
267 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
3354 17. Added a new option, REG_DOTALL, to the POSIX function regcomp(). This
9044 REG_DOTALL9047 compilation to the native function. Note that REG_DOTALL is not part of
Completed in 49 milliseconds