Lines Matching refs:flush
333 # define _tr_tally_lit(s, c, flush) \ argument
338 flush = (s->sym_next == s->sym_end); \
340 # define _tr_tally_dist(s, distance, length, flush) \ argument
348 flush = (s->sym_next == s->sym_end); \
351 # define _tr_tally_lit(s, c, flush) \ argument
357 flush = (s->sym_next == s->sym_end); \
359 # define _tr_tally_dist(s, distance, length, flush) \ argument
368 flush = (s->sym_next == s->sym_end); \
372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
373 # define _tr_tally_dist(s, distance, length, flush) \ argument
374 flush = _tr_tally(s, distance, length)