Home
last modified time | relevance | path

Searched refs:lua_gc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c157 int res = lua_gc(L, o, ex); in luaB_collectgarbage()
160 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
H A Dlua.h293 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
H A Dlapi.c1020 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
/freebsd-12.1/contrib/lua/src/
H A Dlbaselib.c182 int res = lua_gc(L, o, ex); in luaB_collectgarbage()
185 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
H A Dlua.h312 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
H A Dlapi.c1040 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function