Searched defs:TOK_GET_MODE (Results 1 – 1 of 1) sorted by relevance
26 static inline tokenizer_mode* TOK_GET_MODE(struct tok_state* tok) { in TOK_GET_MODE() function37 #define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index])) macro