Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsre.h60 } SRE_REPEAT; typedef
85 SRE_REPEAT *repeat;
Dsre_lib.h540 SRE_REPEAT* rep;
989 ctx->u.rep = (SRE_REPEAT*) PyObject_Malloc(sizeof(*ctx->u.rep)); in SRE()