Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c173 luaL_getmetatable (L, UCL_OBJECT_TYPE_META); in ucl_object_lua_push_object()
203 luaL_getmetatable (L, UCL_ARRAY_TYPE_META); in ucl_object_lua_push_array()
222 luaL_getmetatable (L, UCL_IMPL_ARRAY_TYPE_META); in ucl_object_lua_push_array()
664 luaL_getmetatable (L, PARSER_META); in lua_ucl_parser_init()
689 luaL_getmetatable (L, OBJECT_META); in lua_ucl_push_opaque()
1554 luaL_getmetatable (L, NULL_META); in luaopen_ucl()
/freebsd/sys/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()
/freebsd/contrib/lua/src/
H A Dlauxlib.c315 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable()
328 luaL_getmetatable(L, tname); in luaL_setmetatable()
337 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
H A Dlauxlib.h150 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
/freebsd/libexec/flua/modules/
H A Dlfs.c204 luaL_getmetatable(L, DIR_METATABLE); in lua_dir()
/freebsd/contrib/lyaml/ext/yaml/
H A Dscanner.c328 luaL_getmetatable (L, "lyaml.scanner"); in Pscanner()
H A Dparser.c398 luaL_getmetatable (L, "lyaml.parser"); in Pparser()
/freebsd/libexec/flua/libjail/
H A Dlua_jail.c234 luaL_getmetatable(L, JAIL_METATABLE); in l_list()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_iter.c423 luaL_getmetatable(state, zcp_user_props_list_info.name); in zcp_user_props_list()