Searched refs:finchar (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 562 u_int incode, oldcode, finchar; local 633 finchar = oldcode; 636 finchar = incode; 640 codelen = db->lens[finchar]; 652 while (finchar > LAST) { 653 dictp = &db->dict[db->dict[finchar].cptr]; 659 incode, finchar, db->dict[finchar].cptr, max_ent); 662 if (dictp->codem1 != finchar-1) { 664 db->unit, incode, finchar); 666 db->dict[finchar].cptr, dictp->codem1); [all …]
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 1108 uint_t finchar = 0, ofinchar; in bsd_decompress() local 1287 ofinchar = finchar; in bsd_decompress() 1305 finchar = oldcode; in bsd_decompress() 1308 finchar = incode; in bsd_decompress() 1311 codelen = db->lens[finchar]; in bsd_decompress() 1355 while (finchar > LAST) { in bsd_decompress() 1356 dictp = &db->dict[db->dict[finchar].cptr]; in bsd_decompress() 1358 finchar = dictp->f.hs.prefix; in bsd_decompress() 1361 *--p = finchar; in bsd_decompress() 1366 if (!(finchar & 1)) { in bsd_decompress() [all …]
|
/titanic_50/usr/src/cmd/compress/ |
H A D | compress.c | 1282 int finchar; in decompress() local 1296 finchar = oldcode = getcode(); in decompress() 1300 if (putc((char)finchar, outp) == EOF && ferror(outp)) { in decompress() 1323 *stackp++ = (char_type) finchar; in decompress() 1343 *stackp++ = finchar = tab_suffixof(code); in decompress() 1361 tab_suffixof(code) = (char_type) finchar; in decompress()
|