Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c233 luaL_getmetatable(L, tname); /* try to get metatable */ in luaL_newmetatable()
245 luaL_getmetatable(L, tname); in luaL_setmetatable()
254 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.h117 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
H A Dliolib.c89 luaL_getmetatable(L, LUA_FILEHANDLE); in newfile()
H A Dloadlib.c272 luaL_getmetatable(L, "_LOADLIB"); in ll_register()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_iter.c419 luaL_getmetatable(state, zcp_user_props_list_info.name); in zcp_user_props_list()