Searched refs:Kint (Results 1 – 1 of 1) sorted by relevance
1164 Kint, /* signed integers */ enumerator1225 case 'b': *size = sizeof(char); return Kint; in getoption()1227 case 'h': *size = sizeof(short); return Kint; in getoption()1229 case 'l': *size = sizeof(long); return Kint; in getoption()1231 case 'j': *size = sizeof(lua_Integer); return Kint; in getoption()1237 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; in getoption()1347 case Kint: { /* signed integers */ in str_pack()1495 case Kint: in str_unpack()1498 (opt == Kint)); in str_unpack()