Home | History | Annotate | Download | only in src

Lines Matching refs:end_match_ptr

955     eptr = mb->end_match_ptr;
1194 if (eptr == mb->end_match_ptr) /* Matched an empty string */
1199 eptr = mb->end_match_ptr;
1259 if (eptr == mb->end_match_ptr) /* Matched an empty string */
1264 eptr = mb->end_match_ptr;
1539 mb->end_match_ptr = eptr; /* Record where we ended */
1847 eptr = mb->end_match_ptr;
1901 eptr = mb->end_match_ptr;
2007 mb->end_match_ptr = eptr; /* For ONCE_NC */
2032 mb->end_match_ptr = eptr;
2076 mb->end_match_ptr = eptr;
7194 match_data->ovector[1] = mb->end_match_ptr - mb->start_subject;
7201 match_data->rightchar = ((mb->last_used_ptr > mb->end_match_ptr)?
7202 mb->last_used_ptr : mb->end_match_ptr) - subject;