Searched refs:lexerror (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/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() 222 lexerror(ls, "malformed number", TK_NUMBER); in trydecpoint() 277 lexerror(ls, (seminfo) ? "unfinished long string" : in read_long_string() 311 lexerror(ls, msg, TK_STRING); in escerror() 348 lexerror(ls, "unfinished string", TK_EOS); in read_string() 352 lexerror(ls, "unfinished string", TK_STRING); in read_string() 439 else lexerror(ls, "invalid long string delimiter", TK_STRING); in llex()
|