Searched defs:lastindex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c667 ctx->lastindex = state->lastindex; \
672 state->lastindex = ctx->lastindex; \
801 Py_ssize_t lastindex; member in struct:__anon9931
859 state->lastindex = i/2 + 1;
1670 state->lastindex = -1;
1756 state->lastindex = -1;
3593 if (!strcmp(name, "lastindex")) {
3594 if (self->lastindex >
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c676 ctx->lastindex = state->lastindex; \
681 state->lastindex = ctx->lastindex; \
810 Py_ssize_t lastindex; member in struct:__anon9935
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);
[all...]

Completed in 56 milliseconds