Searched refs:lexerror (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | llex.c | 54 static l_noret lexerror (LexState *ls, const char *msg, int token); 62 lexerror(ls, "lexical element too long", 0); in save() 111 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function 120 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror() 163 lexerror(ls, "chunk has too many lines", 0); in inclinenumber() 246 lexerror(ls, "malformed number", TK_FLT); in read_numeral() 291 lexerror(ls, msg, TK_EOS); in read_long_string() 323 lexerror(ls, msg, TK_STRING); in esccheck() 387 lexerror(ls, "unfinished string", TK_EOS); in read_string() 391 lexerror(ls, "unfinished string", TK_STRING); in read_string() [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.c | 45 static l_noret lexerror (LexState *ls, const char *msg, int token); 53 lexerror(ls, "lexical element too long", 0); in save() 100 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function 111 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror() 151 lexerror(ls, "chunk has too many lines", 0); in inclinenumber() 218 lexerror(ls, "malformed number", TK_NUMBER); in trydecpoint() 273 lexerror(ls, (seminfo) ? "unfinished long string" : in read_long_string() 307 lexerror(ls, msg, TK_STRING); in escerror() 344 lexerror(ls, "unfinished string", TK_EOS); in read_string() 348 lexerror(ls, "unfinished string", TK_STRING); in read_string() [all …]
|