Home
last modified time | relevance | path

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

/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