Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dluaconf.h511 #define LUAI_UACINT LUA_INTEGER macro
514 l_sprintf((s), sz, LUA_INTEGER_FMT, (LUAI_UACINT)(n))
520 #define LUA_UNSIGNED unsigned LUAI_UACINT
H A Dllimits.h103 typedef LUAI_UACINT l_uacInt;
H A Dltablib.c155 luaL_typename(L, -1), (LUAI_UACINT)i); in addfield()
H A Dliolib.c670 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
H A Dlstrlib.c1205 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n); in addliteral()
1327 nb = l_sprintf(buff, maxitem, form, (LUAI_UACINT)n); in str_format()
H A Dlauxlib.c915 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()