Searched refs:zcat_flg (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/compress/
H A Dcompress.c460 int zcat_flg = 0; /* Write output on stdout, suppress messages */ variable
598 zcat_flg = 1;
670 zcat_flg = 1;
808 if (zcat_flg == 0 && (sufp = rindex(cp, '.')) != NULL &&
833 if (overwrite == 0 && zcat_flg == 0) {
859 if(zcat_flg == 0) { /* Open output file */
883 if(zcat_flg == 0) {
1046 if(zcat_flg == 0 && !quiet) {

Completed in 30 milliseconds