Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h107 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro
/freebsd/contrib/lua/src/
H A Dlauxlib.h292 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro