Searched refs:Kuint (Results 1 – 1 of 1) sorted by relevance
1387 Kuint, /* unsigned integers */ enumerator1448 case 'B': *size = sizeof(char); return Kuint; in getoption()1450 case 'H': *size = sizeof(short); return Kuint; in getoption()1452 case 'L': *size = sizeof(long); return Kuint; in getoption()1454 case 'J': *size = sizeof(lua_Integer); return Kuint; in getoption()1455 case 'T': *size = sizeof(size_t); return Kuint; in getoption()1460 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption()1578 case Kuint: { /* unsigned integers */ in str_pack()1713 case Kuint: { in str_unpack()