Searched refs:lexerror (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | llex.c | 49 static l_noret lexerror (LexState *ls, const char *msg, int token); 57 lexerror(ls, "lexical element too long", 0); in save() 104 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function 115 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror() 219 lexerror(ls, "malformed number", TK_NUMBER); in trydecpoint() 274 lexerror(ls, (seminfo) ? "unfinished long string" : in read_long_string() 308 lexerror(ls, msg, TK_STRING); in escerror() 345 lexerror(ls, "unfinished string", TK_EOS); in read_string() 349 lexerror(ls, "unfinished string", TK_STRING); in read_string() 436 else lexerror(ls, "invalid long string delimiter", TK_STRING); in llex()
|