Searched refs:LUAI_UACINT (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | luaconf.h | 497 #define LUAI_UACINT LUA_INTEGER macro 500 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n)) 506 #define LUA_UNSIGNED unsigned LUAI_UACINT
|
A D | llimits.h | 84 typedef LUAI_UACINT l_uacInt;
|
A D | liolib.c | 668 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
|
A D | lstrlib.c | 1175 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n); in addliteral() 1257 nb = l_sprintf(buff, maxitem, form, (LUAI_UACINT)n); in str_format()
|
A D | lauxlib.c | 892 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
|
Completed in 14 milliseconds