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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlua.h169 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
320 #define lua_tointeger(L,i) lua_tointegerx(L,i,NULL)
H A Dloslib.c160 res = (int)lua_tointegerx(L, -1, &isnum);
H A Dlauxlib.c391 lua_Integer d = lua_tointegerx(L, narg, &isnum);
729 l = (int)lua_tointegerx(L, -1, &isnum);
H A Dlapi.c349 LUA_API lua_Integer lua_tointegerx (lua_State *L, int idx, int *isnum) { function

Completed in 190 milliseconds