Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c776 #define JUMP_REPEAT 7 macro
1191 DO_JUMP(JUMP_REPEAT, jump_repeat, ctx->pattern+ctx->pattern[0]); in SRE_MATCH()
1473 case JUMP_REPEAT: in SRE_MATCH()