Searched refs:LUAI_UACINT (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/liblua/ |
H A D | luaconf.h | 504 #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 D | luaconf.h | 521 #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 D | luaconf.h | 502 #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 D | luaconf.h.dist | 482 @@ 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 D | llimits.h | 97 typedef LUAI_UACINT l_uacInt;
|
H A D | ltablib.c | 151 luaL_typename(L, -1), (LUAI_UACINT)i); in addfield()
|
H A D | liolib.c | 668 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
|
H A D | lstrlib.c | 1199 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n); 1319 nb = l_sprintf(buff, maxitem, form, (LUAI_UACINT)n);
|
H A D | lauxlib.c | 899 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
|