Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dluaconf.h497 #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 Dllimits.h84 typedef LUAI_UACINT l_uacInt;
A Dliolib.c668 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
A Dlstrlib.c1175 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 Dlauxlib.c892 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()

Completed in 14 milliseconds