Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltablib.c69 int pos = luaL_optint(L, 2, size); in tremove()
98 i = luaL_optint(L, 3, 1); in tconcat()
139 i = luaL_optint(L, 2, 1); in unpack()
H A Dlbaselib.c72 int level = luaL_optint(L, 2, 1); in luaB_error()
150 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c54 int base = luaL_optint(L, 2, 10); in luaB_tonumber()
82 int level = luaL_optint(L, 2, 1); in luaB_error()
121 int level = opt ? luaL_optint(L, 1, 1) : luaL_checkint(L, 1); in getfunc()
199 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
345 i = luaL_optint(L, 2, 1); in luaB_unpack()
H A Dltablib.c120 int pos = luaL_optint(L, 2, e); in tremove()
150 i = luaL_optint(L, 3, 1); in tconcat()
H A Dloslib.c217 exit(luaL_optint(L, 1, EXIT_SUCCESS)); in os_exit()
H A Dlauxlib.h105 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
H A Dldblib.c269 count = luaL_optint(L, arg+3, 0); in db_sethook()
H A Dlstrlib.c649 int max_s = luaL_optint(L, 4, srcl+1); in str_gsub()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h106 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro