Searched refs:luaL_optinteger (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlauxlib.h44 LUALIB_API lua_Integer (luaL_optinteger) (lua_State *L, int nArg,
118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d)))
120 #define luaL_optlong(L,n,d) ((long)luaL_optinteger(L, (n), (d)))
H A Dlstrlib.c57 size_t end = posrelat(luaL_optinteger(L, 3, -1), l);
136 size_t posi = posrelat(luaL_optinteger(L, 2, 1), l);
137 size_t pose = posrelat(luaL_optinteger(L, 3, posi), l);
581 size_t init = posrelat(luaL_optinteger(L, 3, 1), ls);
740 size_t max_s = luaL_optinteger(L, 4, srcl+1);
H A Dliolib.c569 lua_Integer sz = luaL_optinteger(L, 3, LUAL_BUFFERSIZE);
H A Dlauxlib.c407 LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg, function

Completed in 72 milliseconds