Home
last modified time | relevance | path

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

/minix3/minix/commands/compress/
H A Dcompress.c248 int zcat_flg = 0; /* Write output on stdout, suppress messages */ variable
338 zcat_flg = 1;
408 zcat_flg = 1;
610 if (overwrite == 0 && zcat_flg == 0)
641 if(zcat_flg == 0)
666 if(zcat_flg == 0)
841 if(zcat_flg == 0 && !quiet) in compress()