for_each_reflog_ent_reverse 3662 refs.c         	for_each_reflog_ent_reverse(refname, read_ref_at_ent, &cb);
for_each_reflog_ent_reverse  266 refs.h         int for_each_reflog_ent_reverse(const char *refname, each_reflog_ent_fn fn, void *cb_data);
for_each_reflog_ent_reverse  969 sha1_name.c    	if (0 < for_each_reflog_ent_reverse("HEAD", grab_nth_branch_switch, &cb)) {
for_each_reflog_ent_reverse 1340 wt-status.c    	if (for_each_reflog_ent_reverse("HEAD", grab_1st_switch, &cb) <= 0) {