Lines Matching defs:code_int
60 * a code_int must be able to hold 2**BITS values of type int, and also -1
63 typedef long int code_int;
65 typedef int code_int;
106 code_int oldcode;
111 code_int maxcode, maxmaxcode;
113 code_int free_ent;
129 static code_int getcode ( CompressedFile *file );
203 register code_int code, oldcode, incode;
300 static code_int
303 register code_int code;