Searched refs:luaV_call_lua_func (Results 1 – 1 of 1) sorted by relevance
91 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