Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c46 int lua_funcref; // ref to a lua func member
650 state->lua_funcref = luaL_ref(L, LUA_REGISTRYINDEX); in luaV_totypval()
669 int lua_funcref = luaL_ref(L, LUA_REGISTRYINDEX); in luaV_totypval() local
672 state->lua_funcref = lua_funcref; in luaV_totypval()
2748 lua_rawgeti(funcstate->L, LUA_REGISTRYINDEX, funcstate->lua_funcref); in luaV_call_lua_func()
2777 luaL_unref(L, LUA_REGISTRYINDEX, funcstate->lua_funcref); in luaV_call_lua_func_free()