Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlauxlib.h63 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
H A Dlauxlib.c298 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function