compress           36 libutil/compress.h char *compress(const char *text, const char *name);
compress           92 libutil/fileop.c open_output_file(const char *path, int compress)
compress           98 libutil/fileop.c 	if (compress) {
compress          110 libutil/fileop.c 	if (compress)
compress          113 libutil/fileop.c 	if (compress)
compress          511 libutil/gtagsop.c 	strbuf_puts(gtop->sb, (gtop->format & GTAGS_COMPNAME) ? compress(tag, key) : tag);
compress          515 libutil/gtagsop.c 	strbuf_puts(gtop->sb, (gtop->format & GTAGS_COMPRESS) ? compress(img, key) : img);
compress          852 libutil/gtagsop.c 			strbuf_puts(gtop->sb, compress(entry->name, key));