Searched refs:luaL_checkoption (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 149 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
|
H A D | lauxlib.c | 280 LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def, in luaL_checkoption() function
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 60 LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def, variable
|
/freebsd/contrib/lua/src/ |
H A D | liolib.c | 701 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek() 720 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
|
H A D | lauxlib.h | 78 LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, variable
|
H A D | loslib.c | 386 int op = luaL_checkoption(L, 2, "all", catnames); in os_setlocale()
|
H A D | lbaselib.c | 206 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
|
H A D | lauxlib.c | 360 LUALIB_API int luaL_checkoption (lua_State *L, int arg, const char *def, in luaL_checkoption() function
|
H A D | ltests.c | 944 int option = states[luaL_checkoption(L, 1, "", statenames)]; in gc_state()
|