Searched refs:firstchar (Results 1 – 2 of 2) sorted by relevance
125 unsigned char firstchar; /* first token of string */ member244 sp->dec_codetab[code].firstchar = (unsigned char)code; in LZWSetupDecode()484 free_entp->firstchar = free_entp->next->firstchar; in LZWDecode()487 codep->firstchar : free_entp->firstchar; in LZWDecode()708 free_entp->firstchar = free_entp->next->firstchar; in LZWDecodeCompat()711 codep->firstchar : free_entp->firstchar; in LZWDecodeCompat()
439 static unsigned char firstchar; in process() local459 firstchar = oldcode = code; in process()469 *stackp++ = firstchar; in process()477 *stackp++ = firstchar = suffix[code]; in process()479 suffix[avail] = firstchar; in process()