Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsre_constants.h35 #define SRE_OP_MIN_UNTIL 20 macro
Dsre_lib.h1077 case SRE_OP_MIN_UNTIL: in SRE()
D_sre.c1841 if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL) in _validate_inner()