REG_DOTALL 249 pcre/pcreposix.cpp if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; REG_DOTALL 1234 pcre/pcretest.cpp if ((options & PCRE_DOTALL) != 0) cflags |= REG_DOTALL;