PCRE_MULTILINE    441 ext/fileinfo/libmagic/funcs.c 	opts |= PCRE_MULTILINE;
PCRE_MULTILINE   1833 ext/fileinfo/libmagic/softmagic.c 	if (options & PCRE_MULTILINE)
PCRE_MULTILINE   2006 ext/fileinfo/libmagic/softmagic.c 		options |= PCRE_MULTILINE;
PCRE_MULTILINE   4759 ext/pcre/pcrelib/pcre_compile.c     if ((options & PCRE_MULTILINE) != 0)
PCRE_MULTILINE   4770 ext/pcre/pcrelib/pcre_compile.c     *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL;
PCRE_MULTILINE   7569 ext/pcre/pcrelib/pcre_compile.c             case CHAR_m: *optset |= PCRE_MULTILINE; break;
PCRE_MULTILINE   1115 ext/pcre/pcrelib/pcre_internal.h   (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
PCRE_MULTILINE    275 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0)  options |= PCRE_MULTILINE;
PCRE_MULTILINE    388 ext/pcre/php_pcre.c 			case 'm':	coptions |= PCRE_MULTILINE;		break;