show_progress 256 builtin/fast-export.c show_progress(); show_progress 620 builtin/fast-export.c show_progress(); show_progress 869 builtin/fast-export.c show_progress(); show_progress 36 builtin/fsck.c static int show_progress = -1; show_progress 163 builtin/fsck.c if (show_progress) show_progress 570 builtin/fsck.c if (show_progress) show_progress 658 builtin/fsck.c OPT_BOOL(0, "progress", &show_progress, N_("show progress")), show_progress 678 builtin/fsck.c if (show_progress == -1) show_progress 679 builtin/fsck.c show_progress = isatty(2); show_progress 681 builtin/fsck.c show_progress = 0; show_progress 710 builtin/fsck.c if (show_progress) { show_progress 67 builtin/merge.c static int show_progress = -1; show_progress 224 builtin/merge.c OPT_SET_INT(0, "progress", &show_progress, N_("force progress reporting"), 1), show_progress 666 builtin/merge.c show_progress == -1 ? isatty(2) : show_progress; show_progress 1200 builtin/merge.c if (verbosity < 0 && show_progress == -1) show_progress 1201 builtin/merge.c show_progress = 0; show_progress 17 builtin/prune.c static int show_progress = -1; show_progress 107 builtin/prune.c OPT_BOOL(0, "progress", &show_progress, N_("show progress")), show_progress 137 builtin/prune.c if (show_progress == -1) show_progress 138 builtin/prune.c show_progress = isatty(2); show_progress 139 builtin/prune.c if (show_progress) show_progress 37 pack-bitmap-write.c int show_progress; show_progress 45 pack-bitmap-write.c writer.show_progress = show; show_progress 257 pack-bitmap-write.c if (writer.show_progress) show_progress 366 pack-bitmap-write.c rebuild_existing_bitmaps(to_pack, writer.reused, writer.show_progress); show_progress 392 pack-bitmap-write.c if (writer.show_progress) show_progress 1024 pack-bitmap.c int show_progress) show_progress 1057 pack-bitmap.c if (show_progress) show_progress 43 pack-bitmap.h int rebuild_existing_bitmaps(struct packing_data *mapping, khash_sha1 *reused_bitmaps, int show_progress);