Searched refs:luaL_optlong (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.h | 107 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro
|
| H A D | liolib.c | 447 long offset = luaL_optlong(L, 3, 0); in f_seek()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 108 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d))) macro
|