Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c703 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek()
722 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
H A Dlauxlib.h87 LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, variable
H A Dloslib.c388 int op = luaL_checkoption(L, 2, "all", catnames); in os_setlocale()
H A Dlbaselib.c210 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
H A Dlauxlib.c370 LUALIB_API int luaL_checkoption (lua_State *L, int arg, const char *def, in luaL_checkoption() function