Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c146 #define luaL_ref dll_luaL_ref macro
650 state->lua_funcref = luaL_ref(L, LUA_REGISTRYINDEX); in luaV_totypval()
664 lua_tableref = luaL_ref(L, LUA_REGISTRYINDEX); in luaV_totypval()
669 int lua_funcref = luaL_ref(L, LUA_REGISTRYINDEX); in luaV_totypval()