Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c151 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()
H A Dlauxlib.h61 LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def, variable
H A Dlauxlib.c281 LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def, in luaL_checkoption() function