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

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

Completed in 135 milliseconds