Home
last modified time | relevance | path

Searched refs:LUAI_UACINT (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/liblua/
H A Dluaconf.h504 #define LUAI_UACINT LUA_INTEGER macro
507 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n))
513 #define LUA_UNSIGNED unsigned LUAI_UACINT
/freebsd/stand/liblua/
H A Dluaconf.h521 #define LUAI_UACINT LUA_INTEGER macro
524 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n))
530 #define LUA_UNSIGNED unsigned LUAI_UACINT
/freebsd/contrib/lua/src/
H A Dluaconf.h502 #define LUAI_UACINT LUA_INTEGER macro
505 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n))
511 #define LUA_UNSIGNED unsigned LUAI_UACINT
H A Dluaconf.h.dist482 @@ LUAI_UACINT is the result of a 'default argument promotion'
497 #define LUAI_UACINT LUA_INTEGER
500 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n))
503 ** use LUAI_UACINT here to avoid problems with promotions (which
506 #define LUA_UNSIGNED unsigned LUAI_UACINT
H A Dllimits.h97 typedef LUAI_UACINT l_uacInt;
H A Dltablib.c151 luaL_typename(L, -1), (LUAI_UACINT)i); in addfield()
H A Dliolib.c668 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
H A Dlstrlib.c1199 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n);
1319 nb = l_sprintf(buff, maxitem, form, (LUAI_UACINT)n);
H A Dlauxlib.c899 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()