GTAGS_COMPRESS   1768 global/global.c 				if (gtop->format & GTAGS_COMPRESS)
GTAGS_COMPRESS    395 libutil/gtagsop.c 			gtop->format |= GTAGS_COMPRESS;
GTAGS_COMPRESS    400 libutil/gtagsop.c 		if (gtop->format & GTAGS_COMPRESS) {
GTAGS_COMPRESS    430 libutil/gtagsop.c 			gtop->format |= GTAGS_COMPRESS;
GTAGS_COMPRESS    515 libutil/gtagsop.c 	strbuf_puts(gtop->sb, (gtop->format & GTAGS_COMPRESS) ? compress(img, key) : img);
GTAGS_COMPRESS    785 libutil/gtagsop.c 	if (gtop->format & GTAGS_COMPRESS)