Searched refs:luaL_getmetatable (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 233 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 D | lauxlib.h | 117 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
|
| H A D | liolib.c | 89 luaL_getmetatable(L, LUA_FILEHANDLE); in newfile()
|
| H A D | loadlib.c | 272 luaL_getmetatable(L, "_LOADLIB"); in ll_register()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 419 luaL_getmetatable(state, zcp_user_props_list_info.name); in zcp_user_props_list()
|