Searched refs:lexerror (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | llex.c | 58 static l_noret lexerror (LexState *ls, const char *msg, int token); 66 lexerror(ls, "lexical element too long", 0); in save() 119 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function 128 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror() 171 lexerror(ls, "chunk has too many lines", 0); in inclinenumber() 255 lexerror(ls, "malformed number", TK_FLT); in read_numeral() 283 lexerror(ls, "malformed number", TK_INT); in read_numeral() 322 lexerror(ls, msg, TK_EOS); in read_long_string() 354 lexerror(ls, msg, TK_STRING); in esccheck() 418 lexerror(ls, "unfinished string", TK_EOS); in read_string() [all …]
|