Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltablib.c70 int pos = luaL_optint(L, 2, size); in tremove()
99 i = luaL_optint(L, 3, 1); in tconcat()
140 i = luaL_optint(L, 2, 1); in unpack()
H A Dlbaselib.c78 int level = luaL_optint(L, 2, 1); in luaB_error()
156 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
H A Dlbitlib.c157 int w = luaL_optint(L, farg + 1, 1); in fieldargs()
H A Dlauxlib.h107 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.h252 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro