Searched refs:luaV_msgfunc (Results 1 – 1 of 1) sorted by relevance
79 #define luaV_msg(L) luaV_msgfunc((L), (msgfunc_T) msg)80 #define luaV_emsg(L) luaV_msgfunc((L), (msgfunc_T) emsg)794 luaV_msgfunc(lua_State *L, msgfunc_T mf) in luaV_msgfunc() function