Home | History | Annotate | Download | only in Modules

Lines Matching refs:nextctx

514     DATA_ALLOC(SRE(match_context), nextctx); \
515 nextctx
516 nextctx->jump = jumpvalue; \
517 nextctx->pattern = nextpattern; \
518 nextctx->toplevel = toplevel_; \
520 ctx = nextctx; \
558 SRE(match_context)* nextctx;