Home
last modified time | relevance | path

Searched refs:SRE_OP_MIN_UNTIL (Results 1 – 2 of 2) 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()
3159 if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL) in _validate_inner()