Home
last modified time | relevance | path

Searched refs:progress_out (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
Dbzlib.c340 Bool progress_out = False; in copy_output_until_stop() local
350 progress_out = True; in copy_output_until_stop()
359 return progress_out; in copy_output_until_stop()
368 Bool progress_out = False; in handle_compress() local
374 progress_out |= copy_output_until_stop ( s ); in handle_compress()
406 return progress_in || progress_out; in handle_compress()
Dbzip2.patch69 Bool progress_out = False;