show              136 builtin/notes.c 	struct child_process show = CHILD_PROCESS_INIT;
show              141 builtin/notes.c 	show.argv = show_args;
show              142 builtin/notes.c 	show.no_stdin = 1;
show              143 builtin/notes.c 	show.out = -1;
show              144 builtin/notes.c 	show.err = 0;
show              145 builtin/notes.c 	show.git_cmd = 1;
show              146 builtin/notes.c 	if (start_command(&show))
show              150 builtin/notes.c 	if (strbuf_read(&buf, show.out, 0) < 0)
show              158 builtin/notes.c 	if (finish_command(&show))
show             1002 builtin/notes.c 		result = show(argc, argv, prefix);
show             1582 builtin/remote.c 		result = show(argc, argv);
show              119 builtin/rev-parse.c 	show(arg);
show              171 builtin/rev-parse.c 		show(arg);
show              221 builtin/rev-parse.c 	show(buffer);
show              230 builtin/rev-parse.c 			show(prefix_filename(prefix,
show              234 builtin/rev-parse.c 			show(arg);
show              555 builtin/rev-parse.c 				show(arg);
show              556 builtin/rev-parse.c 				show(argv[i]);
show              562 builtin/rev-parse.c 				show(arg);
show               13 list-objects.c 			 show_object_fn show,
show               27 list-objects.c 	show(obj, path, name, cb_data);
show               54 list-objects.c 			    show_object_fn show,
show               64 list-objects.c 			 show_object_fn show,
show               90 list-objects.c 	show(obj, path, name, cb_data);
show              116 list-objects.c 				     show, &me, base, entry.path,
show              120 list-objects.c 					show, &me, entry.path,
show              125 list-objects.c 				     show, &me, entry.path,
show              164 merge-recursive.c 	if (!show(o, v))
show             1825 merge-recursive.c 		if (show(o, 4) || o->call_depth)
show             1903 merge-recursive.c 	if (show(o, 4)) {
show             1914 merge-recursive.c 	if (show(o, 5)) {
show             1971 merge-recursive.c 	if (show(o, 2))
show               43 pack-bitmap-write.c void bitmap_writer_show_progress(int show)
show               45 pack-bitmap-write.c 	writer.show_progress = show;
show               45 pack-bitmap.h  void bitmap_writer_show_progress(int show);
show             1108 revision.c     		show_early_output_fn_t show;
show             1137 revision.c     		show = show_early_output;
show             1138 revision.c     		if (!show)
show             1141 revision.c     		show(revs, newlist);
show               25 test-prio-queue.c 			show(prio_queue_get(&pq));
show               29 test-prio-queue.c 			       show(v);