Searched refs:luaL_optint (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltablib.c | 68 int pos = luaL_optint(L, 2, size); in tremove() 97 i = luaL_optint(L, 3, 1); in tconcat() 138 i = luaL_optint(L, 2, 1); in unpack()
|
H A D | lbaselib.c | 71 int level = luaL_optint(L, 2, 1); in luaB_error() 149 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 105 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
|
/freebsd/contrib/lua/src/ |
H A D | lauxlib.h | 289 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
|