Searched refs:DATA_STACK_LOOKUP_AT (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | sre_lib.h | 423 DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \ 429 #define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \ macro 443 DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \ 477 DATA_STACK_LOOKUP_AT(state,t,p,pos)
|