for_each_ref      784 builtin/checkout.c 	for_each_ref(add_pending_uninteresting_ref, &revs);
for_each_ref      215 builtin/fetch.c 	for_each_ref(add_existing, &existing_refs);
for_each_ref      900 builtin/fetch.c 	for_each_ref(add_existing, &existing_refs);
for_each_ref      380 builtin/name-rev.c 	for_each_ref(name_ref, &data);
for_each_ref     2771 builtin/pack-objects.c 		for_each_ref(add_ref_tag, NULL);
for_each_ref      257 builtin/receive-pack.c 	for_each_ref(show_ref_cb, NULL);
for_each_ref      358 builtin/reflog.c 			for_each_ref(push_tip_to_list, &cb->tips);
for_each_ref      697 builtin/remote.c 	for_each_ref(read_remote_branches, &rename);
for_each_ref      798 builtin/remote.c 	result = for_each_ref(add_branch_for_removal, &cb_data);
for_each_ref      887 builtin/remote.c 		for_each_ref(append_ref_to_tracked_list, states);
for_each_ref      658 builtin/rev-parse.c 				for_each_ref(show_reference, NULL);
for_each_ref      474 builtin/show-branch.c 		for_each_ref(append_head_ref, NULL);
for_each_ref      480 builtin/show-branch.c 		for_each_ref(append_remote_ref, NULL);
for_each_ref      550 builtin/show-branch.c 		for_each_ref(append_matching_ref, NULL);
for_each_ref      115 builtin/show-ref.c 	for_each_ref(add_existing, &existing_refs);
for_each_ref      231 builtin/show-ref.c 	for_each_ref(show_ref, NULL);
for_each_ref      275 fetch-pack.c   		for_each_ref(clear_marks, NULL);
for_each_ref      278 fetch-pack.c   	for_each_ref(rev_list_insert_ref_oid, NULL);
for_each_ref      621 fetch-pack.c   		for_each_ref(mark_complete_oid, NULL);
for_each_ref      453 help.c         	for_each_ref(append_similar_ref, &ref_cb);
for_each_ref      157 log-tree.c     		for_each_ref(add_ref_decoration, NULL);
for_each_ref      178 reachable.c    	for_each_ref(add_one_ref, revs);
for_each_ref      930 ref-filter.c   		return for_each_ref(ref_filter_handler, &ref_cbdata);
for_each_ref     2202 refs.c         	ret = for_each_ref(filter_refs, &filter);
for_each_ref      174 refs.h         extern int for_each_ref(each_ref_fn fn, void *cb_data);
for_each_ref     2195 remote.c       	for_each_ref(one_local_ref, &local_tail);
for_each_ref     2298 remote.c       	for_each_ref(get_stale_heads_cb, &info);
for_each_ref       73 server-info.c  	return for_each_ref(add_info_ref, fp);
for_each_ref     1383 sha1_name.c    			for_each_ref(handle_one_ref, &list);
for_each_ref      524 shallow.c      	for_each_ref(mark_uninteresting, NULL);
for_each_ref      623 shallow.c      	for_each_ref(add_ref, &ca);
for_each_ref      658 shallow.c      			for_each_ref(add_ref, &ca);
for_each_ref      552 submodule.c    		for_each_ref(add_sha1_to_array, &ref_tips_before_fetch);
for_each_ref      366 transport.c    		if (for_each_ref(write_one_ref, &temp_dir))
for_each_ref      274 walker.c       		for_each_ref(mark_complete, NULL);