Searched refs:luaL_ref (Results 1 – 3 of 3) sorted by relevance
100 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
673 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function
125 ref = luaL_ref(L, LUA_REGISTRYINDEX); in lua_register_handler()