Searched refs:exop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3609 #define exop word.what.Exop macro
3847 r.exop = (Byte)j; /* bits in this table */
3857 r.exop = 128 + 64; /* out of values--invalid code */
3860 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
3865 r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
4079 #define exop word.what.Exop macro
4188 e = (uInt)(t->exop);
4235 e = (uInt)(t->exop);
4397 #define exop word.what.Exop macro
4440 if ((e = (t = tl + ((uInt)b & ml))->exop)
[all...]

Completed in 50 milliseconds