mstart            915 ext/fileinfo/libmagic/apprentice.c set_test_type(struct magic *mstart, struct magic *m)
mstart            952 ext/fileinfo/libmagic/apprentice.c 		mstart->flag |= BINTEST;
mstart            959 ext/fileinfo/libmagic/apprentice.c 		if (mstart->str_flags & STRING_TEXTTEST)
mstart            960 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= TEXTTEST;
mstart            962 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= BINTEST;
mstart            967 ext/fileinfo/libmagic/apprentice.c 		if (mstart->str_flags & STRING_BINTEST)
mstart            968 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= BINTEST;
mstart            969 ext/fileinfo/libmagic/apprentice.c 		if (mstart->str_flags & STRING_TEXTTEST)
mstart            970 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= TEXTTEST;
mstart            972 ext/fileinfo/libmagic/apprentice.c 		if (mstart->flag & (TEXTTEST|BINTEST))
mstart            978 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= BINTEST;
mstart            980 ext/fileinfo/libmagic/apprentice.c 			mstart->flag |= TEXTTEST;
mstart            324 ext/pcre/pcrelib/pcre_exec.c   rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
mstart            334 ext/pcre/pcrelib/pcre_exec.c   rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
mstart            360 ext/pcre/pcrelib/pcre_exec.c   newframe->Xmstart = mstart;\
mstart            512 ext/pcre/pcrelib/pcre_exec.c   PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
mstart            542 ext/pcre/pcrelib/pcre_exec.c frame->Xmstart = mstart;
mstart            880 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;
mstart           1171 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;    /* In case \K changed it */
mstart           1237 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
mstart           1308 ext/pcre/pcrelib/pcre_exec.c         cb.start_match      = (int)(mstart - md->start_subject);
mstart           1495 ext/pcre/pcrelib/pcre_exec.c     if (eptr == mstart && op != OP_ASSERT_ACCEPT &&
mstart           1499 ext/pcre/pcrelib/pcre_exec.c              mstart == md->start_subject + md->start_offset)))
mstart           1506 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = mstart;       /* and the start (\K can modify) */
mstart           1546 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
mstart           1718 ext/pcre/pcrelib/pcre_exec.c       cb.start_match      = (int)(mstart - md->start_subject);
mstart           1821 ext/pcre/pcrelib/pcre_exec.c           mstart = md->start_match_ptr;
mstart           1934 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;
mstart           1962 ext/pcre/pcrelib/pcre_exec.c         md->start_match_ptr = mstart;
mstart           2004 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;    /* In case \K reset it */
mstart           2106 ext/pcre/pcrelib/pcre_exec.c     mstart = eptr;