Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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.c74 int level = luaL_optint(L, 2, 1); in luaB_error()
152 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