BUF_MARKERS      3992 src/alloc.c      m->next = BUF_MARKERS (buf);
BUF_MARKERS      3993 src/alloc.c      BUF_MARKERS (buf) = m;
BUF_MARKERS      7721 src/alloc.c      struct Lisp_Marker *this, **prev = &BUF_MARKERS (buffer);
BUF_MARKERS       644 src/buffer.c     BUF_MARKERS (b) = NULL;
BUF_MARKERS      2025 src/buffer.c         struct Lisp_Marker **mp = &BUF_MARKERS (b);
BUF_MARKERS      2049 src/buffer.c         for (m = BUF_MARKERS (b); m; )
BUF_MARKERS      2056 src/buffer.c         BUF_MARKERS (b) = NULL;
BUF_MARKERS      2580 src/buffer.c       for (m = BUF_MARKERS (current_buffer); m; m = m->next)
BUF_MARKERS      2587 src/buffer.c       for (m = BUF_MARKERS (other_buffer); m; m = m->next)
BUF_MARKERS      2706 src/buffer.c         for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
BUF_MARKERS      2857 src/buffer.c         tail = markers = BUF_MARKERS (current_buffer);
BUF_MARKERS      2862 src/buffer.c         BUF_MARKERS (current_buffer) = NULL;
BUF_MARKERS      2872 src/buffer.c         if (BUF_MARKERS (current_buffer))
BUF_MARKERS      2875 src/buffer.c         BUF_MARKERS (current_buffer) = markers;
BUF_MARKERS      8105 src/coding.c   	  for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
BUF_MARKERS      8222 src/coding.c   	  for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
BUF_MARKERS      8312 src/coding.c         for (tail = BUF_MARKERS (XBUFFER (src_object)); tail; tail = tail->next)
BUF_MARKERS      8461 src/coding.c   	  for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
BUF_MARKERS      4449 src/editfns.c    for (marker = BUF_MARKERS (current_buffer); marker; marker = marker->next)
BUF_MARKERS        71 src/insdel.c     for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
BUF_MARKERS       256 src/insdel.c     for (m = BUF_MARKERS (current_buffer); m; m = m->next)
BUF_MARKERS       296 src/insdel.c     for (m = BUF_MARKERS (current_buffer); m; m = m->next)
BUF_MARKERS       357 src/insdel.c     for (m = BUF_MARKERS (current_buffer); m; m = m->next)
BUF_MARKERS       418 src/insdel.c         for (m = BUF_MARKERS (current_buffer); m; m = m->next)
BUF_MARKERS       427 src/insdel.c         for (m = BUF_MARKERS (current_buffer); m; m = m->next)
BUF_MARKERS       200 src/marker.c     for (tail = BUF_MARKERS (b); tail; tail = tail->next)
BUF_MARKERS       352 src/marker.c     for (tail = BUF_MARKERS (b); tail; tail = tail->next)
BUF_MARKERS       385 src/marker.c         if (record && BUF_MARKERS (b))
BUF_MARKERS       412 src/marker.c         if (record && BUF_MARKERS (b))
BUF_MARKERS       481 src/marker.c         m->next = BUF_MARKERS (b);
BUF_MARKERS       482 src/marker.c         BUF_MARKERS (b) = m;
BUF_MARKERS       687 src/marker.c         prev = &BUF_MARKERS (b);
BUF_MARKERS       689 src/marker.c         for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev)
BUF_MARKERS       692 src/marker.c   	    if (*prev == BUF_MARKERS (b))
BUF_MARKERS       798 src/marker.c     for (tail = BUF_MARKERS (buf); tail; tail = tail->next)
BUF_MARKERS       131 src/undo.c       for (struct Lisp_Marker *m = BUF_MARKERS (current_buffer); m; m = m->next)