Home | History | Annotate | Download | only in Modules

Lines Matching defs:lastindex

676         ctx->lastindex = state->lastindex; \

681 state->lastindex = ctx->lastindex; \
810 Py_ssize_t lastindex;
868 state->lastindex = i/2 + 1;
1679 state->lastindex = -1;
1765 state->lastindex = -1;
3574 if (self->lastindex >= 0)
3575 return Py_BuildValue("i", self->lastindex);
3583 if (self->pattern->indexgroup && self->lastindex >= 0) {
3585 self->pattern->indexgroup, self->lastindex
3606 {"lastindex", (getter)match_lastindex_get, (setter)NULL},
3703 match->lastindex = state->lastindex;