Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c201 #define lua_getmetatable dll_lua_getmetatable
313 int (*dll_lua_getmetatable) (lua_State *L, int objindex); variable
425 {"lua_getmetatable", (luaV_function) &dll_lua_getmetatable},