Searched defs:lastmark (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.c642 * reason to restore lastmark;
647 * failure, and it doesn't matter where lastmark is pointing to.
651 * lastmark by itself if necessary);
655 * OP could potentially depend on lastmark;
660 * and could potentially depend on lastmark.
666 ctx->lastmark = state->lastmark; \
671 state->lastmark = ctx->lastmark; \
750 #define MARK_PUSH(lastmark) \
800 Py_ssize_t lastmark; member in struct:__anon9931
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c651 * reason to restore lastmark;
656 * failure, and it doesn't matter where lastmark is pointing to.
660 * lastmark by itself if necessary);
664 * OP could potentially depend on lastmark;
669 * and could potentially depend on lastmark.
675 ctx->lastmark = state->lastmark; \
680 state->lastmark = ctx->lastmark; \
759 #define MARK_PUSH(lastmark) \
809 Py_ssize_t lastmark; member in struct:__anon9935
[all...]

Completed in 41 milliseconds