PCRE_MULTILINE    446 fileinfo/libmagic/funcs.c 	opts |= PCRE_MULTILINE;
PCRE_MULTILINE   1671 fileinfo/libmagic/softmagic.c 		if (options & PCRE_MULTILINE)
PCRE_MULTILINE   1845 fileinfo/libmagic/softmagic.c 		options |= PCRE_MULTILINE;
PCRE_MULTILINE   3713 pcre/pcrelib/pcre_compile.c     if ((options & PCRE_MULTILINE) != 0)
PCRE_MULTILINE   3723 pcre/pcrelib/pcre_compile.c     *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL;
PCRE_MULTILINE   6429 pcre/pcrelib/pcre_compile.c             case CHAR_m: *optset |= PCRE_MULTILINE; break;
PCRE_MULTILINE    879 pcre/pcrelib/pcre_internal.h   (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
PCRE_MULTILINE    262 pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0)  options |= PCRE_MULTILINE;
PCRE_MULTILINE    349 pcre/php_pcre.c 			case 'm':	coptions |= PCRE_MULTILINE;		break;