Lines Matching refs:toplevel
202 LOCAL(Py_ssize_t) SRE(match)(SRE_STATE* state, const SRE_CODE* pattern, int toplevel);
495 nextctx->toplevel = toplevel_; \
507 DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
522 int toplevel;
560 SRE(match)(SRE_STATE* state, const SRE_CODE* pattern, int toplevel)
576 ctx->toplevel = toplevel;
657 if (ctx->toplevel &&
880 !(ctx->toplevel && state->must_advance && ptr == state->start))
979 !(ctx->toplevel &&
1067 !(ctx->toplevel && state->must_advance && ptr == state->start))