Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h101 LUALIB_API void (luaL_unref) (lua_State *L, int t, int ref); variable
H A Dlauxlib.c701 LUALIB_API void luaL_unref (lua_State *L, int t, int ref) { in luaL_unref() function