show_all          483 bisect.c       				   int show_all,
show_all          510 bisect.c       			if (!show_all) {
show_all           10 bisect.h       					  int show_all,
show_all           36 builtin/help.c static int show_all = 0;
show_all           41 builtin/help.c 	OPT_BOOL('a', "all", &show_all, N_("print all available commands")),
show_all          466 builtin/help.c 	if (show_all) {
show_all          476 builtin/help.c 	if (show_all || show_guides) {
show_all            9 builtin/merge-base.c static int show_merge_base(struct commit **rev, int rev_nr, int show_all)
show_all           20 builtin/merge-base.c 		if (!show_all)
show_all           71 builtin/merge-base.c static int handle_octopus(int count, const char **args, int show_all)
show_all           87 builtin/merge-base.c 		if (!show_all)
show_all          210 builtin/merge-base.c 	int show_all = 0;
show_all          214 builtin/merge-base.c 		OPT_BOOL('a', "all", &show_all, N_("output all common ancestors")),
show_all          232 builtin/merge-base.c 		if (show_all)
show_all          237 builtin/merge-base.c 	if (cmdmode == 'r' && show_all)
show_all          241 builtin/merge-base.c 		return handle_octopus(argc, argv, show_all);
show_all          258 builtin/merge-base.c 	return show_merge_base(rev, rev_nr, show_all);
show_all         1139 builtin/remote.c 		return show_all();
show_all         1568 builtin/remote.c 		result = show_all();
show_all         1122 revision.c     			if (revs->show_all)
show_all         1128 revision.c     			if (revs->show_all)
show_all         1822 revision.c     		revs->show_all = 1;
show_all         2986 revision.c     	if (revs->show_all)
show_all         3085 revision.c     	    !revs->show_all &&
show_all           85 revision.h     			show_all:1,