HomeSort by: relevance | last modified time | path
    Searched refs:LUA_INTEGER (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
luaconf.h 425 ** a lua_Integer. (The range comparisons are tricky because of
434 (*(p) = (LUA_INTEGER)(n), 1))
495 @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER.
497 @@ over a LUA_INTEGER.
500 @@ LUA_MAXINTEGER is the maximum value for a LUA_INTEGER.
501 @@ LUA_MININTEGER is the minimum value for a LUA_INTEGER.
511 #define LUAI_UACINT LUA_INTEGER
527 #define LUA_INTEGER int
537 #define LUA_INTEGER long
551 #define LUA_INTEGER long lon
    [all...]
lua.h 98 typedef LUA_INTEGER lua_Integer;
208 #define lua_tonumberx (lua_Integer) lua_tointegerx
210 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
267 #define lua_pushnumber(L, n) lua_pushinteger(L, (lua_Integer)(n))
269 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);
287 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n);
289 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n);
304 LUA_API void (lua_seti) (lua_State *L, int idx, lua_Integer n);
306 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n)
    [all...]

Completed in 23 milliseconds