Searched refs:tok_kw (Results 1 – 1 of 1) sorted by relevance
255 STATIC const char *const tok_kw[] = { variable690 for (size_t i = 0; i < MP_ARRAY_SIZE(tok_kw); i++) { in mp_lexer_to_next()691 int cmp = strcmp(s, tok_kw[i]); in mp_lexer_to_next()
Completed in 4 milliseconds