Home | History | Annotate | Download | only in genrb

Lines Matching refs:tokenNames

93 const char *tokenNames[TOK_TOKEN_COUNT] =
209 /* printf("getToken, returning %s\n", tokenNames[result]); */
267 error(line, "expecting %s, got %s", tokenNames[expectedToken], tokenNames[token]);
849 error(line, "Unexpected token %s", tokenNames[token]);
1083 error(line, "Unexpected token %s", tokenNames[token]);
1207 error(line, "unexpected token %s", tokenNames[token]);