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