Lines Matching refs:output
152 * get this from the beginning of htab. The output stack uses the rest
171 /* Write output on stdout, suppress messages */
175 /* Don't unlink output file on interrupt */
193 #define CLEAR 256 /* table clear output code */
236 static void output(code_int);
254 static FILE *outp; /* current output file */
255 static FILE *outfile; /* disk-based output stream */
257 /* For output() */
269 static count_long bytes_out; /* length of compressed output */
270 /* # of codes output (for debugging) */
294 * -c: Write output on stdout, don't remove original.
298 * -f: Forces output file to be generated, even if one already
301 * a tty, otherwise, the output file will not be overwritten.
386 * -f = > force overwrite of output file
390 * -c = > cat all output to stdout
391 * -C = > generate output compatible with compress 2.0.
535 "output\n"));
646 /* Generate output filename */
717 * output codes.
732 /* Generate output filename */
803 /* Open output file */
850 * 3 == output problem message needed.
864 /* handle output errors */
960 * ratio decreases, but after the table fills. The variable-length output
1066 output((code_int) ent);
1093 output((code_int)ent);
1098 output((code_int)-1);
1137 * TAG(output)
1154 output(code_int code)
1332 * Generate output characters in reverse order
1771 output((code_int) CLEAR);