Lines Matching refs:lexerror
54 static l_noret lexerror (LexState *ls, const char *msg, int token);
62 lexerror(ls, "lexical element too long", 0); in save()
109 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function
118 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror()
158 lexerror(ls, "chunk has too many lines", 0); in inclinenumber()
233 lexerror(ls, "malformed number", TK_FLT); in read_numeral()
275 lexerror(ls, msg, TK_EOS); in read_long_string()
307 lexerror(ls, msg, TK_STRING); in esccheck()
371 lexerror(ls, "unfinished string", TK_EOS); in read_string()
375 lexerror(ls, "unfinished string", TK_STRING); in read_string()
467 lexerror(ls, "invalid long string delimiter", TK_STRING); in llex()