Searched refs:luaL_checkoption (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | liolib.c | 446 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek() 462 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
|
| H A D | loslib.c | 210 int op = luaL_checkoption(L, 2, "all", catnames); in os_setlocale()
|
| H A D | lauxlib.h | 71 LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def, variable
|
| H A D | lbaselib.c | 198 int o = luaL_checkoption(L, 1, "collect", opts); in luaB_collectgarbage()
|
| H A D | lauxlib.c | 99 LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def, in luaL_checkoption() function
|
| H A D | lua_cjson.c | 253 *setting = luaL_checkoption(l, optindex, NULL, options); in json_enum_option()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|