Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.h105 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
/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