for_each_note     375 builtin/notes.c 		retval = for_each_note(t, 0, list_each_note, NULL);
for_each_note    1147 notes.c        	ret = for_each_note(t, FOR_EACH_NOTE_DONT_UNPACK_SUBTREES |
for_each_note    1165 notes.c        	for_each_note(t, 0, prune_notes_helper, &l);
for_each_note     200 notes.h        int for_each_note(struct notes_tree *t, int flags, each_note_fn fn,
for_each_note     131 remote-testsvn.c 	ret = for_each_note(NULL, 0, note2mark_cb, marksfile);