Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre_constants.h38 #define SRE_OP_MIN_UNTIL 23 macro
D_sre.c1267 case SRE_OP_MIN_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.h35 #define SRE_OP_MIN_UNTIL 20 macro
Dsre_lib.h1079 case SRE_OP_MIN_UNTIL: in SRE()
D_sre.c1771 if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL) in _validate_inner()