Searched refs:REG_DOTALL (Results 1 – 6 of 6) sorted by relevance
59 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE_DOTALL */ macro
278 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
3928 if ((options & PCRE_DOTALL) != 0) cflags |= REG_DOTALL; in main()
4291 17. Added a new option, REG_DOTALL, to the POSIX function regcomp(). This
576 /s REG_DOTALL )
9585 REG_DOTALL9588 compilation to the native function. Note that REG_DOTALL is not part of