Searched defs:finchar (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c562 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) {
663 printf("bsd_decomp%d: bad code chain 0x%x finchar
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c1108 uint_t finchar = 0, ofinchar; local
1287 ofinchar = finchar;
1305 finchar = oldcode;
1308 finchar = incode;
1311 codelen = db->lens[finchar];
1355 while (finchar > LAST) {
1356 dictp = &db->dict[db->dict[finchar].cptr];
1358 finchar = dictp->f.hs.prefix;
1361 *--p = finchar;
1366 if (!(finchar
[all...]
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1282 int finchar; local
1296 finchar = oldcode = getcode();
1300 if (putc((char)finchar, outp) == EOF && ferror(outp)) {
1323 *stackp++ = (char_type) finchar;
1343 *stackp++ = finchar = tab_suffixof(code);
1361 tab_suffixof(code) = (char_type) finchar;

Completed in 675 milliseconds