Source Code (Use browser search to find items of interest.)

Class Index

kfax'code_ent (./kdegraphics/kfax/libtiffax/tif_lzw.c:111)

typedef struct code_ent {
	struct code_ent *next;
	u_short	length;			/* string len, including this token */
	u_char	value;			/* data value */
	u_char	firstchar;		/* first token of string */