Home
last modified time | relevance | path

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

/external/lua/src/
Dlua.h350 LUA_API void (lua_toclose) (lua_State *L, int idx); variable
Dlapi.c1237 LUA_API void lua_toclose (lua_State *L, int idx) { in lua_toclose() function