Searched refs:ctx_pos (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | sre_lib.h | 422 if (ctx_pos != -1) \ 423 DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \ 442 if (ctx_pos != -1) \ 443 DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \ 514 nextctx->last_ctx_pos = ctx_pos; \ 518 ctx_pos = alloc_pos; \ 551 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE() local 566 ctx_pos = alloc_pos; in SRE() 847 DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos); in SRE() 937 DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos); in SRE() [all …]
|