HomeSort by relevance Sort by last modified time
    Searched defs:lastmark (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 76 Py_ssize_t lastmark; member in struct:__anon5800
_sre.c 651 * 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:__anon5693
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 86 Py_ssize_t lastmark; member in struct:__anon5459
  /external/python/cpython2/Modules/
sre.h 86 Py_ssize_t lastmark; member in struct:__anon36799
_sre.c 639 * 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:__anon36664
    [all...]
  /external/python/cpython3/Modules/
sre.h 76 Py_ssize_t lastmark; member in struct:__anon37432
sre_lib.h 370 * reason to restore lastmark;
375 * failure, and it doesn't matter where lastmark is pointing to.
379 * lastmark by itself if necessary);
383 * OP could potentially depend on lastmark;
388 * and could potentially depend on lastmark.
394 ctx->lastmark = state->lastmark; \
399 state->lastmark = ctx->lastmark; \
480 #define MARK_PUSH(lastmark) \
537 Py_ssize_t lastmark; member in struct:__anon37434
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 651 * 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:__anon5203
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 653 * reason to restore lastmark;
658 * failure, and it doesn't matter where lastmark is pointing to.
662 * lastmark by itself if necessary);
666 * OP could potentially depend on lastmark;
671 * and could potentially depend on lastmark.
677 ctx->lastmark = state->lastmark; \
682 state->lastmark = ctx->lastmark; \
765 #define MARK_PUSH(lastmark) \
815 Py_ssize_t lastmark; member in struct:__anon5515
    [all...]

Completed in 354 milliseconds