Lines Matching refs:lastindex
664 ctx->lastindex = state->lastindex; \
669 state->lastindex = ctx->lastindex; \
802 Py_ssize_t lastindex; member
861 state->lastindex = i/2 + 1; in SRE_MATCH()
1690 state->lastindex = -1; in state_reset()
1776 state->lastindex = -1; in state_init()
3705 if (self->lastindex >= 0) in match_lastindex_get()
3706 return PyInt_FromSsize_t(self->lastindex); in match_lastindex_get()
3714 if (self->pattern->indexgroup && self->lastindex >= 0) { in match_lastgroup_get()
3716 self->pattern->indexgroup, self->lastindex in match_lastgroup_get()
3834 match->lastindex = state->lastindex; in pattern_new_match()