Searched refs:Kint (Results 1 – 1 of 1) sorted by relevance
1386 Kint, /* signed integers */ enumerator1447 case 'b': *size = sizeof(char); return Kint; in getoption()1449 case 'h': *size = sizeof(short); return Kint; in getoption()1451 case 'l': *size = sizeof(long); return Kint; in getoption()1453 case 'j': *size = sizeof(lua_Integer); return Kint; in getoption()1459 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; in getoption()1569 case Kint: { /* signed integers */ in str_pack()1712 case Kint: in str_unpack()1715 (opt == Kint)); in str_unpack()