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

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

Completed in 119 milliseconds