Home
last modified time | relevance | path

Searched refs:SRE_REPEAT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dsre.h71 } SRE_REPEAT; typedef
93 SRE_REPEAT *repeat;
D_sre.c805 SRE_REPEAT* rep;
1179 ctx->u.rep = (SRE_REPEAT*) PyObject_MALLOC(sizeof(*ctx->u.rep)); in SRE_MATCH()