PCRE_DOTALL      3734 pcre/pcrelib/pcre_compile.c     *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY;
PCRE_DOTALL      6430 pcre/pcrelib/pcre_compile.c             case CHAR_s: *optset |= PCRE_DOTALL; break;
PCRE_DOTALL       880 pcre/pcrelib/pcre_internal.h    PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
PCRE_DOTALL       263 pcre/pcrelib/pcreposix.c if ((cflags & REG_DOTALL) != 0)   options |= PCRE_DOTALL;
PCRE_DOTALL       350 pcre/php_pcre.c 			case 's':	coptions |= PCRE_DOTALL;		break;