BUF_MARKERS 3767 src/alloc.c m->next = BUF_MARKERS (buf); BUF_MARKERS 3768 src/alloc.c BUF_MARKERS (buf) = m; BUF_MARKERS 7391 src/alloc.c struct Lisp_Marker *this, **prev = &BUF_MARKERS (buffer); BUF_MARKERS 636 src/buffer.c BUF_MARKERS (b) = NULL; BUF_MARKERS 2017 src/buffer.c struct Lisp_Marker **mp = &BUF_MARKERS (b); BUF_MARKERS 2041 src/buffer.c for (m = BUF_MARKERS (b); m; ) BUF_MARKERS 2048 src/buffer.c BUF_MARKERS (b) = NULL; BUF_MARKERS 2572 src/buffer.c for (m = BUF_MARKERS (current_buffer); m; m = m->next) BUF_MARKERS 2579 src/buffer.c for (m = BUF_MARKERS (other_buffer); m; m = m->next) BUF_MARKERS 2698 src/buffer.c for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) BUF_MARKERS 2849 src/buffer.c tail = markers = BUF_MARKERS (current_buffer); BUF_MARKERS 2854 src/buffer.c BUF_MARKERS (current_buffer) = NULL; BUF_MARKERS 2864 src/buffer.c if (BUF_MARKERS (current_buffer)) BUF_MARKERS 2867 src/buffer.c BUF_MARKERS (current_buffer) = markers; BUF_MARKERS 8100 src/coding.c for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) BUF_MARKERS 8217 src/coding.c for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) BUF_MARKERS 8307 src/coding.c for (tail = BUF_MARKERS (XBUFFER (src_object)); tail; tail = tail->next) BUF_MARKERS 8456 src/coding.c for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) BUF_MARKERS 4441 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 199 src/marker.c for (tail = BUF_MARKERS (b); tail; tail = tail->next) BUF_MARKERS 351 src/marker.c for (tail = BUF_MARKERS (b); tail; tail = tail->next) BUF_MARKERS 384 src/marker.c if (record && BUF_MARKERS (b)) BUF_MARKERS 411 src/marker.c if (record && BUF_MARKERS (b)) BUF_MARKERS 480 src/marker.c m->next = BUF_MARKERS (b); BUF_MARKERS 481 src/marker.c BUF_MARKERS (b) = m; BUF_MARKERS 661 src/marker.c prev = &BUF_MARKERS (b); BUF_MARKERS 663 src/marker.c for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev) BUF_MARKERS 666 src/marker.c if (*prev == BUF_MARKERS (b)) BUF_MARKERS 772 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)