Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre_constants.h33 #define SRE_OP_JUMP 18 macro
D_sre.c982 case SRE_OP_JUMP: in SRE_MATCH()
3128 if (op != SRE_OP_JUMP) in _validate_inner()
3220 code[skip-3] == SRE_OP_JUMP) in _validate_inner()
/external/python/cpython3/Modules/
Dsre_constants.h31 #define SRE_OP_JUMP 16 macro
D_sre.c1718 if (op != SRE_OP_JUMP) in _validate_inner()
1812 code[skip-3] == SRE_OP_JUMP) in _validate_inner()
Dsre_lib.h786 case SRE_OP_JUMP: in SRE()