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()506 luaK_semerror(ls, msg); /* raise the error */ in jumpscopeerror()656 luaK_semerror(ls, msg); in undefgoto()1441 luaK_semerror(ls, msg); /* error */ in checkrepeated()1699 luaK_semerror(ls, in getlocalattribute()1731 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