Home
last modified time | relevance | path

Searched refs:JUMP_MIN_UNTIL_2 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dsre_lib.h502 #define JUMP_MIN_UNTIL_2 5 macro
1110 DO_JUMP(JUMP_MIN_UNTIL_2, jump_min_until_2, ctx->pattern); in SRE()
1322 case JUMP_MIN_UNTIL_2: in SRE()
/external/python/cpython2/Modules/
D_sre.c774 #define JUMP_MIN_UNTIL_2 5 macro
1300 DO_JUMP(JUMP_MIN_UNTIL_2, jump_min_until_2, ctx->pattern); in SRE_MATCH()
1458 case JUMP_MIN_UNTIL_2: in SRE_MATCH()