taglinefilesource code
nl742zBoot/inflate.cunsigned nl;          /* number of literal/length codes */
nl761zBoot/inflate.cnl = 257 + ((unsigned)b & 0x1f);      /* number of literal/length codes */
nl770zBoot/inflate.cif (nl > 288 || nd > 32)
nl772zBoot/inflate.cif (nl > 286 || nd > 30)
nl802zBoot/inflate.cn = nl + nd;
nl862zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
nl873zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)