Searched refs:Kuint (Results 1 – 1 of 1) sorted by relevance
1165 Kuint, /* unsigned integers */ enumerator1226 case 'B': *size = sizeof(char); return Kuint; in getoption()1228 case 'H': *size = sizeof(short); return Kuint; in getoption()1230 case 'L': *size = sizeof(long); return Kuint; in getoption()1232 case 'J': *size = sizeof(lua_Integer); return Kuint; in getoption()1233 case 'T': *size = sizeof(size_t); return Kuint; in getoption()1238 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption()1356 case Kuint: { /* unsigned integers */ in str_pack()1496 case Kuint: { in str_unpack()