Lines Matching refs:lua_Integer
159 #define lua_number2integer(i,d)((i)=(lua_Integer)(d))
169 typedef ptrdiff_t lua_Integer; typedef
5465 static lua_Integer lua_tointeger(lua_State*L,int idx){
5469 lua_Integer res;
5528 static void lua_pushinteger(lua_State*L,lua_Integer n){
5849 static lua_Integer luaL_checkinteger(lua_State*L,int numArg);
5850 static lua_Integer luaL_optinteger(lua_State*L,int nArg,
5851 lua_Integer def);
5972 static lua_Integer luaL_checkinteger(lua_State*L,int narg){
5973 lua_Integer d=lua_tointeger(L,narg);
5978 static lua_Integer luaL_optinteger(lua_State*L,int narg,
5979 lua_Integer def){
7427 lua_Integer newstart=e-s;