note_delete_list  773 notes.c        	struct note_delete_list *next;
note_delete_list  781 notes.c        	struct note_delete_list **l = (struct note_delete_list **) cb_data;
note_delete_list  782 notes.c        	struct note_delete_list *n;
note_delete_list  788 notes.c        	n = (struct note_delete_list *) xmalloc(sizeof(*n));
note_delete_list 1159 notes.c        	struct note_delete_list *l = NULL;