Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h365 LUA_API int (lua_gc) (lua_State *L, int what, ...); variable
H A Dlapi.c1143 LUA_API int lua_gc (lua_State *L, int what, ...) { in lua_gc() function