Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsre_lib.h425 #define DATA_PUSH(x) \ macro
943 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE()
1019 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE()
/external/python/cpython2/Modules/
D_sre.c740 #define DATA_PUSH(x) \ macro
1242 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE_MATCH()
1318 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE_MATCH()