Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c194 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
197 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()