Home
last modified time | relevance | path

Searched refs:lua_toclose (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlua.h350 LUA_API void (lua_toclose) (lua_State *L, int idx); variable
H A Dlauxlib.c552 lua_toclose(L, boxidx); in prepbuffsize()
H A Dlapi.c1237 LUA_API void lua_toclose (lua_State *L, int idx) { in lua_toclose() function