Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre_constants.h37 #define SRE_OP_MAX_UNTIL 22 macro
D_sre.c1201 case SRE_OP_MAX_UNTIL: in SRE_MATCH()
3173 if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL) in _validate_inner()
/external/python/cpython3/Modules/
Dsre_constants.h34 #define SRE_OP_MAX_UNTIL 19 macro
Dsre_lib.h1013 case SRE_OP_MAX_UNTIL: in SRE()
D_sre.c1764 if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL) in _validate_inner()