Searched refs:lexerror (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.c | 46 static l_noret lexerror (LexState *ls, const char *msg, int token); 54 lexerror(ls, "lexical element too long", 0); in save() 101 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function 112 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror() 152 lexerror(ls, "chunk has too many lines", 0); in inclinenumber() 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() [all …]
|