Searched refs:msgfunc_T (Results 1 – 1 of 1) sorted by relevance
43 typedef int (*msgfunc_T)(char *); typedef79 #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()