Home
last modified time | relevance | path

Searched defs:TOK_GET_MODE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Parser/lexer/
Dlexer.c26 static inline tokenizer_mode* TOK_GET_MODE(struct tok_state* tok) { in TOK_GET_MODE() function
37 #define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index])) macro