Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h100 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
H A Dlauxlib.c673 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function