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 D | lbaselib.c | 157 int res = lua_gc(L, o, ex); in luaB_collectgarbage() 160 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
|
| H A D | lua.h | 293 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
|
| H A D | lapi.c | 1020 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 182 int res = lua_gc(L, o, ex); in luaB_collectgarbage() 185 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
|
| H A D | lua.h | 312 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
|
| H A D | lapi.c | 1040 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function
|