Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c164 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
167 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()