Lines Matching refs:TOK_ERROR
112 TOK_ERROR enumerator
153 return TOK_ERROR; in lex()
157 return TOK_ERROR; in lex()
202 return TOK_ERROR; in lex()
206 return TOK_ERROR; in lex()
210 return TOK_ERROR; in lex()
224 return TOK_ERROR; in lex()
239 return TOK_ERROR; in lex()
256 return TOK_ERROR; in lex_include_string()
268 return TOK_ERROR; in lex_include_string()
272 return TOK_ERROR; in lex_include_string()
279 return TOK_ERROR; in lex_include_string()
284 return TOK_ERROR; in lex_include_string()
292 return TOK_ERROR; in lex_include_string()
297 return TOK_ERROR; in lex_include_string()
305 return TOK_ERROR; in lex_include_string()
309 return TOK_ERROR; in lex_include_string()
685 if (tok != TOK_ERROR) in parse()