Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c145 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
148 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
/freebsd/contrib/lua/src/
H A Dlbaselib.c203 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
206 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()