Home
last modified time | relevance | path

Searched refs:optsnum (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c146 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
149 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c196 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
200 int res = lua_gc(L, optsnum[o], ex); in luaB_collectgarbage()
201 switch (optsnum[o]) { in luaB_collectgarbage()