Lines Matching refs:mstart
326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
362 newframe->Xmstart = mstart;\
497 mstart pointer to the current match start position (can be modified
514 PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
544 frame->Xmstart = mstart;
557 #define mstart frame->Xmstart
882 mstart = md->start_match_ptr;
1173 mstart = md->start_match_ptr; /* In case \K changed it */
1251 mstart = md->start_match_ptr; /* In case \K reset it */
1322 cb.start_match = (int)(mstart - md->start_subject);
1494 if (eptr == mstart && op != OP_ASSERT_ACCEPT &&
1498 mstart == md->start_subject + md->start_offset)))
1505 md->start_match_ptr = mstart; /* and the start (\K can modify) */
1545 mstart = md->start_match_ptr; /* In case \K reset it */
1717 cb.start_match = (int)(mstart - md->start_subject);
1820 mstart = md->start_match_ptr;
1929 md->start_match_ptr = mstart;
1957 md->start_match_ptr = mstart;
1999 md->start_match_ptr = mstart; /* In case \K reset it */
2101 mstart = eptr;
6238 #undef mstart