non_note           51 notes.c        	struct non_note *next; /* grounded (last->next == NULL) */
non_note          360 notes.c        static int non_note_cmp(const struct non_note *a, const struct non_note *b)
non_note          369 notes.c        	struct non_note *p = t->prev_non_note, *n;
non_note          370 notes.c        	n = (struct non_note *) xmalloc(sizeof(struct non_note));
non_note          727 notes.c        	struct non_note *next_non_note;
non_note          733 notes.c        	struct non_note *n = d->next_non_note;
non_note           45 notes.h        	struct non_note *first_non_note, *prev_non_note;