/src/sys/net/ |
bsd-comp.c | 804 u_int incode, oldcode, finchar; local in function:bsd_decompress 931 finchar = oldcode; 934 finchar = incode; 938 codelen = db->lens[finchar]; 947 printf(" len=%d, finchar=0x%x, codelen=%d, explen=%d\n", 948 len, finchar, codelen, explen); 983 while (finchar > LAST) { 984 dictp = &db->dict[db->dict[finchar].cptr]; 986 if (--codelen <= 0 || dictp->codem1 != finchar-1) 990 finchar = dictp->f.hs.prefix [all...] |
bsd-comp.c | 804 u_int incode, oldcode, finchar; local in function:bsd_decompress 931 finchar = oldcode; 934 finchar = incode; 938 codelen = db->lens[finchar]; 947 printf(" len=%d, finchar=0x%x, codelen=%d, explen=%d\n", 948 len, finchar, codelen, explen); 983 while (finchar > LAST) { 984 dictp = &db->dict[db->dict[finchar].cptr]; 986 if (--codelen <= 0 || dictp->codem1 != finchar-1) 990 finchar = dictp->f.hs.prefix [all...] |
/src/usr.bin/compress/ |
zopen.c | 168 #define finchar zs->u.r.zs_finchar macro 522 *stackp++ = finchar; 537 *stackp++ = finchar = tab_suffixof(code); 549 tab_suffixof(code) = finchar;
|
zopen.c | 168 #define finchar zs->u.r.zs_finchar macro 522 *stackp++ = finchar; 537 *stackp++ = finchar = tab_suffixof(code); 549 tab_suffixof(code) = finchar;
|