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 D | ltablib.c | 70 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 D | lbaselib.c | 78 int level = luaL_optint(L, 2, 1); in luaB_error() 156 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
|
| H A D | lbitlib.c | 157 int w = luaL_optint(L, farg + 1, 1); in fieldargs()
|
| H A D | lauxlib.h | 107 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.h | 252 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
|