Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre_constants.h30 #define SRE_OP_IN 15 macro
D_sre.c532 case SRE_OP_IN: in SRE_COUNT()
942 case SRE_OP_IN: in SRE_MATCH()
1004 if (ctx->pattern[1] == SRE_OP_IN && in SRE_MATCH()
3043 case SRE_OP_IN: in _validate_inner()
/external/python/cpython3/Modules/
Dsre_constants.h29 #define SRE_OP_IN 14 macro
Dsre_lib.h219 case SRE_OP_IN: in SRE()
684 case SRE_OP_IN: in SRE()
806 if (ctx->pattern[1] == SRE_OP_IN && in SRE()
D_sre.c1709 case SRE_OP_IN: in _validate_inner()