Lines Matching refs:code_int
69 typedef long code_int;
92 code_int zs_maxcode; /* Maximum code, given n_bits. */
93 code_int zs_maxmaxcode; /* Should NEVER generate this code. */
96 code_int zs_hsize; /* For dynamic table sizing. */
97 code_int zs_free_ent; /* First unused entry. */
114 code_int zs_ent;
115 code_int zs_hsize_reg;
121 code_int zs_code, zs_oldcode, zs_incode;
128 static code_int getcode(struct s_zstate *zs);
331 static code_int
334 code_int gcode;