Searched refs:JUMP_MIN_UNTIL_1 (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
H A Dsre_lib.h458 #define JUMP_MIN_UNTIL_1 4 macro
986 DO_JUMP(JUMP_MIN_UNTIL_1, jump_min_until_1,
1173 case JUMP_MIN_UNTIL_1:
1174 TRACE(("|%p|%p|JUMP_MIN_UNTIL_1\n", ctx->pattern, ctx->ptr));
/external/python/cpython2/Modules/
H A D_sre.c773 #define JUMP_MIN_UNTIL_1 4 macro
1285 DO_JUMP(JUMP_MIN_UNTIL_1, jump_min_until_1,
1470 case JUMP_MIN_UNTIL_1:
1471 TRACE(("|%p|%p|JUMP_MIN_UNTIL_1\n", ctx->pattern, ctx->ptr));

Completed in 174 milliseconds