Lines Matching defs:work
23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
34 unsigned short FAR *work)
92 table. The sorted table is work[], with that space being provided by
143 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
179 base = extra = work; /* dummy value--not used */
213 if (work[sym] + 1U < match) {
215 here.val = work[sym];
217 else if (work[sym] >= match) {
218 here.op = (unsigned char)(extra[work[sym] - match]);
219 here.val = base[work[sym] - match];
250 len = lens[work[sym]];