Lines Matching refs:lastindex
363 state->lastindex = -1;
428 state->lastindex = -1;
2400 if (self->lastindex >= 0)
2401 return PyLong_FromSsize_t(self->lastindex);
2409 self->lastindex >= 0 &&
2410 self->lastindex < PyTuple_GET_SIZE(self->pattern->indexgroup))
2413 self->lastindex);
2505 match->lastindex = state->lastindex;
2848 {"lastindex", (getter)match_lastindex_get, (setter)NULL,