Home
last modified time | relevance | path

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

/external/lua/src/
Dliolib.c694 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek()
713 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
Dlauxlib.h77 LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, variable
Dloslib.c388 int op = luaL_checkoption(L, 2, "all", catnames); in os_setlocale()
Dlbaselib.c197 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
Dlauxlib.c360 LUALIB_API int luaL_checkoption (lua_State *L, int arg, const char *def, in luaL_checkoption() function