Searched refs:Kuint (Results 1 – 1 of 1) sorted by relevance
1446 Kuint, /* unsigned integers */ enumerator1513 case 'B': *size = sizeof(char); return Kuint; in getoption()1515 case 'H': *size = sizeof(short); return Kuint; in getoption()1517 case 'L': *size = sizeof(long); return Kuint; in getoption()1519 case 'J': *size = sizeof(lua_Integer); return Kuint; in getoption()1520 case 'T': *size = sizeof(size_t); return Kuint; in getoption()1531 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption()1653 case Kuint: { /* unsigned integers */ in str_pack()1802 case Kuint: { in str_unpack()