Home
last modified time | relevance | path

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

/external/lua/src/
Dliolib.c660 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek()
679 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
Dlauxlib.h70 LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, variable
Dloslib.c367 int op = luaL_checkoption(L, 2, "all", catnames); in os_setlocale()
Dlbaselib.c180 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
Dlauxlib.c348 LUALIB_API int luaL_checkoption (lua_State *L, int arg, const char *def, in luaL_checkoption() function