Home | History | Annotate | Download | only in Modules

Lines Matching defs:nextctx

785     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;