Home
last modified time | relevance | path

Searched refs:lexerror (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c47 static l_noret lexerror (LexState *ls, const char *msg, int token);
55 lexerror(ls, "lexical element too long", 0); in save()
102 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() function
113 lexerror(ls, msg, ls->t.token); in luaX_syntaxerror()
153 lexerror(ls, "chunk has too many lines", 0); in inclinenumber()
220 lexerror(ls, "malformed number", TK_NUMBER); in trydecpoint()
275 lexerror(ls, (seminfo) ? "unfinished long string" : in read_long_string()
309 lexerror(ls, msg, TK_STRING); in escerror()
346 lexerror(ls, "unfinished string", TK_EOS); in read_string()
350 lexerror(ls, "unfinished string", TK_STRING); in read_string()
[all …]