Searched refs:luaK_semerror (Results 1 – 3 of 3) sorted by relevance
101 LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);
303 luaK_semerror(ls, msg); /* error */ in check_readonly()508 luaK_semerror(ls, msg); /* raise the error */ in jumpscopeerror()658 luaK_semerror(ls, msg); in undefgoto()1443 luaK_semerror(ls, msg); /* error */ in checkrepeated()1739 luaK_semerror(ls, in getlocalattribute()1771 luaK_semerror(ls, "multiple to-be-closed variables in local list"); in localstat()
45 l_noret luaK_semerror (LexState *ls, const char *msg) { in luaK_semerror() function