Searched defs:lua_toclose (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ | ||
H A D | lua.h | 361 LUA_API void (lua_toclose) (lua_State *L, int idx); variable |
H A D | lapi.c | 1270 LUA_API void lua_toclose (lua_State *L, int idx) { in lua_toclose() function |