Searched refs:lex_eot (Results 1 – 1 of 1) sorted by relevance
560 static int lex_eot(struct lexer *lex) in lex_eot() function567 return lex_eot(lex) ? -1 : *lex->p; in lex_peek_char()572 if (lex_eot(lex)) in lex_skip_char()
Completed in 6 milliseconds