Lines Matching defs:code_int
61 * a code_int must be able to hold 2**BITS values of type int, and also -1
64 typedef long int code_int;
66 typedef int code_int;
107 code_int oldcode;
112 code_int maxcode, maxmaxcode;
114 code_int free_ent;
130 static code_int getcode ( CompressedFile *file );
204 register code_int code, oldcode, incode;
301 static code_int
304 register code_int code;