Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c79 #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