Lines Matching defs:compress
32 * SACREDMEM is the amount of physical memory saved for others; compress
114 * compress.c - File compression ala IEEE Computer, June 1984.
117 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
149 * To save much memory, we overlay the table used by compress() with those
230 static void compress(void);
266 /* For compress () */
290 * Usage: compress [-dfvc/] [-b bits] [file ...]
391 * -C = > generate output compatible with compress 2.0.
514 gettext("compress: only one file may be compressed"
827 compress();
833 compress();
952 * compress inp to outp
968 compress()
1275 * with those of the compress() routine. See the definitions above.
1734 cl_block(count_long in_count) /* table clear for block compress */
1840 "Usage: compress [-dDVfc/] [-b maxbits] [file ...]\n");
1842 if (strcmp(progname, "compress") == 0) {
1845 "Usage: compress [-fv/] [-b maxbits] [file ...]\n"\
1846 " compress c [-fv] [-b maxbits] [file]\n"));