Searched refs:firstcode (Results 1 – 1 of 1) sorted by relevance
111 int firstcode; /* first byte of oldcode's expansion */ member287 sinfo->firstcode = sinfo->oldcode = code; in LZWReadByte()313 *(sinfo->sp++) = (UINT8)sinfo->firstcode; in LZWReadByte()323 sinfo->firstcode = code; /* save for possible future use */ in LZWReadByte()329 sinfo->symbol_tail[code] = (UINT8)sinfo->firstcode; in LZWReadByte()340 return sinfo->firstcode; /* return first byte of symbol's expansion */ in LZWReadByte()