Searched refs:lastmark (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython3/Modules/
H A Dsre_lib.h326 * reason to restore lastmark;
331 * failure, and it doesn't matter where lastmark is pointing to.
335 * lastmark by itself if necessary);
339 * OP could potentially depend on lastmark;
344 * and could potentially depend on lastmark.
350 ctx->lastmark = state->lastmark; \
355 state->lastmark = ctx->lastmark; \
436 #define MARK_PUSH(lastmark) \
493 Py_ssize_t lastmark; member in struct:__anon20172
[all...]
H A Dsre.h77 Py_ssize_t lastmark; member in struct:__anon20170
H A D_sre.c310 state->lastmark = -1;
374 state->lastmark = -1;
479 if (string == Py_None || index >= state->lastmark || !state->mark[index] || !state->mark[index+1]) {
2515 if (j+1 <= state->lastmark && state->mark[j] && state->mark[j+1]) {
/external/python/cpython2/Modules/
H A Dsre.h86 Py_ssize_t lastmark; member in struct:__anon19542
H A D_sre.c639 * reason to restore lastmark;
644 * failure, and it doesn't matter where lastmark is pointing to.
648 * lastmark by itself if necessary);
652 * OP could potentially depend on lastmark;
657 * and could potentially depend on lastmark.
663 ctx->lastmark = state->lastmark; \
668 state->lastmark = ctx->lastmark; \
751 #define MARK_PUSH(lastmark) \
801 Py_ssize_t lastmark; member in struct:__anon19407
[all...]

Completed in 392 milliseconds