Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c91 static int luaV_call_lua_func(int argcount, typval_T *argvars, typval_T *rettv, void *state);
653 name = register_cfunc(&luaV_call_lua_func, in luaV_totypval()
675 name = register_cfunc(&luaV_call_lua_func, in luaV_totypval()
2739 luaV_call_lua_func( in luaV_call_lua_func() function