Searched refs:luaL_getmetatable (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 173 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 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()
|
/freebsd/contrib/lua/src/ |
H A D | lauxlib.c | 315 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 D | lauxlib.h | 150 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
|
/freebsd/libexec/flua/modules/ |
H A D | lfs.c | 204 luaL_getmetatable(L, DIR_METATABLE); in lua_dir()
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | scanner.c | 328 luaL_getmetatable (L, "lyaml.scanner"); in Pscanner()
|
H A D | parser.c | 398 luaL_getmetatable (L, "lyaml.parser"); in Pparser()
|
/freebsd/libexec/flua/libjail/ |
H A D | lua_jail.c | 234 luaL_getmetatable(L, JAIL_METATABLE); in l_list()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_iter.c | 423 luaL_getmetatable(state, zcp_user_props_list_info.name); in zcp_user_props_list()
|