Lines Matching defs:lit
138 int lit;
151 lit = 0; op++; /* start run */
182 op [- lit - 1] = lit - 1; /* stop run */
183 op -= !lit; /* undo run if length is zero */
234 lit = 0; op++; /* start run */
275 lit++; *op++ = *ip++;
277 if (expect_false (lit == MAX_LIT))
279 op [- lit - 1] = lit - 1; /* stop run */
280 lit = 0; op++; /* start run */
290 lit++; *op++ = *ip++;
292 if (expect_false (lit == MAX_LIT))
294 op [- lit - 1] = lit - 1; /* stop run */
295 lit = 0; op++; /* start run */
299 op [- lit - 1] = lit - 1; /* end run */
300 op -= !lit; /* undo run if length is zero */