taglinefilesource code
xp301zBoot/inflate.cunsigned *xp;                 /* pointer into x */
xp354zBoot/inflate.cp = c + 1;  xp = x + 2;
xp356zBoot/inflate.c*xp++ = (j += *p++);
xp402zBoot/inflate.cxp = c + k;
xp405zBoot/inflate.cif ((f <<= 1) <= *++xp)
xp407zBoot/inflate.cf -= *xp;           /* else deduct codes from patterns */