Home
last modified time | relevance | path

Searched defs:luaL_newmetatable (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.h53 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
H A Dlauxlib.c233 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function