Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c43 typedef int (*msgfunc_T)(char *); typedef
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()