Searched refs:MP_TOKEN_END (Results 1 – 3 of 3) sorted by relevance
42 MP_TOKEN_END, enumerator
591 lex->tok_kind = MP_TOKEN_END; in mp_lexer_to_next()603 lex->tok_kind = MP_TOKEN_END; in mp_lexer_to_next()649 if (lex->tok_kind == MP_TOKEN_END) { in mp_lexer_to_next()
1144 lex->tok_kind != MP_TOKEN_END // check we are at the end of the token stream in mp_parse()
Completed in 8 milliseconds