Searched defs:luaL_optlong (Results 1 – 2 of 2) sorted by relevance
107 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro
292 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro