Searched refs:luaL_ref (Results 1 – 4 of 4) sorted by relevance
74 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable162 #define lua_ref(L,lock) ((lock) ? luaL_ref(L, LUA_REGISTRYINDEX) : \
481 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function
67 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
482 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function