mstart            866 ext/fileinfo/libmagic/apprentice.c 		mstart->flag |= BINTEST;
mstart            873 ext/fileinfo/libmagic/apprentice.c 		if (mstart->str_flags & STRING_TEXTTEST)
mstart            874 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= TEXTTEST;
mstart            876 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= BINTEST;
mstart            881 ext/fileinfo/libmagic/apprentice.c 		if (mstart->str_flags & STRING_BINTEST)
mstart            882 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= BINTEST;
mstart            883 ext/fileinfo/libmagic/apprentice.c 		if (mstart->str_flags & STRING_TEXTTEST)
mstart            884 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= TEXTTEST;
mstart            886 ext/fileinfo/libmagic/apprentice.c 		if (mstart->flag & (TEXTTEST|BINTEST))
mstart            892 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= BINTEST;
mstart            894 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= TEXTTEST;
mstart            310 ext/pcre/pcrelib/pcre_exec.c   rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
mstart            320 ext/pcre/pcrelib/pcre_exec.c   rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
mstart            346 ext/pcre/pcrelib/pcre_exec.c   newframe->Xmstart = mstart;\
mstart            528 ext/pcre/pcrelib/pcre_exec.c frame->Xmstart = mstart;
mstart            872 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;
mstart           1289 ext/pcre/pcrelib/pcre_exec.c         cb.start_match      = (int)(mstart - md->start_subject);
mstart           1547 ext/pcre/pcrelib/pcre_exec.c     if (eptr == mstart && op != OP_ASSERT_ACCEPT &&
mstart           1551 ext/pcre/pcrelib/pcre_exec.c              mstart == md->start_subject + md->start_offset)))
mstart           1558 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = mstart;       /* and the start (\K can modify) */
mstart           1592 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
mstart           1714 ext/pcre/pcrelib/pcre_exec.c       cb.start_match      = (int)(mstart - md->start_subject);
mstart           1812 ext/pcre/pcrelib/pcre_exec.c           mstart = md->start_match_ptr;
mstart           1916 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;
mstart           1944 ext/pcre/pcrelib/pcre_exec.c         md->start_match_ptr = mstart;
mstart           2086 ext/pcre/pcrelib/pcre_exec.c     mstart = eptr;