Searched refs:LUAI_UACINT (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | luaconf.h | 511 #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 D | llimits.h | 103 typedef LUAI_UACINT l_uacInt;
|
H A D | ltablib.c | 155 luaL_typename(L, -1), (LUAI_UACINT)i); in addfield()
|
H A D | liolib.c | 670 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
|
H A D | lstrlib.c | 1205 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 D | lauxlib.c | 915 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
|