Home
last modified time | relevance | path

Searched refs:SRE_OP_JUMP (Results 1 – 2 of 2) 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()
3114 if (op != SRE_OP_JUMP) in _validate_inner()
3206 code[skip-3] == SRE_OP_JUMP) in _validate_inner()