Searched refs:incode (Results 1 – 1 of 1) sorted by relevance
266 int incode; /* saves actual input code */ in LZWReadByte() local304 incode = code; /* save for a moment */ in LZWReadByte()310 incode = 0; /* prevent creation of loops in symbol table */ in LZWReadByte()339 sinfo->oldcode = incode; /* save last input symbol for future use */ in LZWReadByte()