Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsre_lib.h513 DATA_ALLOC(SRE(match_context), nextctx); \
514 nextctx->last_ctx_pos = ctx_pos; \
515 nextctx->jump = jumpvalue; \
516 nextctx->pattern = nextpattern; \
517 nextctx->toplevel = toplevel_; \
519 ctx = nextctx; \
557 SRE(match_context)* nextctx; in SRE()
/external/python/cpython2/Modules/
D_sre.c785 DATA_ALLOC(SRE_MATCH_CONTEXT, nextctx); \
786 nextctx->last_ctx_pos = ctx_pos; \
787 nextctx->jump = jumpvalue; \
788 nextctx->pattern = nextpattern; \
790 ctx = nextctx; \
821 SRE_MATCH_CONTEXT* nextctx; in SRE_MATCH() local