Searched refs:luaL_getmetatable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 499 luaL_getmetatable (L, PARSER_META); in lua_ucl_parser_init() 524 luaL_getmetatable (L, OBJECT_META); in lua_ucl_push_opaque() 1195 luaL_getmetatable (L, NULL_META); in luaopen_ucl()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.c | 234 luaL_getmetatable(L, tname); /* try to get metatable */ in luaL_newmetatable() 246 luaL_getmetatable(L, tname); in luaL_setmetatable() 255 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
|
| H A D | lauxlib.h | 119 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lfs.c | 169 luaL_getmetatable(L, DIR_METATABLE); in lua_dir()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.c | 300 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable() 313 luaL_getmetatable(L, tname); in luaL_setmetatable() 322 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
|
| H A D | lauxlib.h | 135 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp_iter.c | 409 luaL_getmetatable(state, zcp_props_list_info.name); in zcp_props_list()
|