Home
last modified time | relevance | path

Searched defs:luaL_optint (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h106 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
/freebsd/contrib/lua/src/
H A Dlauxlib.h289 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro