Home
last modified time | relevance | path

Searched refs:BUF_MARKERS (Results 1 – 18 of 18) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmarker.c199 for (tail = BUF_MARKERS (b); tail; tail = tail->next) in buf_charpos_to_bytepos()
350 for (tail = BUF_MARKERS (b); tail; tail = tail->next) in buf_bytepos_to_charpos()
383 if (record && BUF_MARKERS (b)) in buf_bytepos_to_charpos()
410 if (record && BUF_MARKERS (b)) in buf_bytepos_to_charpos()
479 m->next = BUF_MARKERS (b); in attach_marker()
480 BUF_MARKERS (b) = m; in attach_marker()
660 prev = &BUF_MARKERS (b); in unchain_marker()
662 for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev) in unchain_marker()
665 if (*prev == BUF_MARKERS (b)) in unchain_marker()
771 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
[all …]
H A Dinsdel.c67 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in check_markers()
252 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_for_delete()
292 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_for_insert()
358 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_for_replace()
415 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_bytepos()
424 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_bytepos()
H A Dundo.c131 for (struct Lisp_Marker *m = BUF_MARKERS (current_buffer); m; m = m->next) in record_marker_adjustments()
H A Dbuffer.c629 BUF_MARKERS (b) = NULL;
1921 struct Lisp_Marker **mp = &BUF_MARKERS (b);
1945 for (m = BUF_MARKERS (b); m; )
1952 BUF_MARKERS (b) = NULL;
2462 for (m = BUF_MARKERS (current_buffer); m; m = m->next)
2469 for (m = BUF_MARKERS (other_buffer); m; m = m->next)
2586 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
2737 tail = markers = BUF_MARKERS (current_buffer);
2742 BUF_MARKERS (current_buffer) = NULL;
2752 if (BUF_MARKERS (current_buffer))
[all …]
H A Dbuffer.h142 #define BUF_MARKERS(buf) ((buf)->text->markers) macro
H A Dalloc.c3720 m->next = BUF_MARKERS (buf); in build_marker()
3721 BUF_MARKERS (buf) = m; in build_marker()
7222 struct Lisp_Marker *this, **prev = &BUF_MARKERS (buffer); in unchain_dead_markers()
H A Dcoding.c8111 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in decode_coding_object()
8228 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in decode_coding_object()
8318 for (tail = BUF_MARKERS (XBUFFER (src_object)); tail; tail = tail->next) in encode_coding_object()
8467 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in encode_coding_object()
H A DChangeLog.52994 (Fget_buffer_create): Use BUF_MARKERS. Init BUF_INTERVALS here.
2995 (Fkill_buffer): Use BUF_MARKERS; but don't touch it in indir buf.
3003 (transpose_markers): Use BUF_MARKERS.
3007 (adjust_markers): Use BUF_MARKERS.
3011 (BUF_MARKERS, BUF_INTERVALS): New macros.
3014 * marker.c: Use BUF_MARKERS throughout.
H A Deditfns.c4111 for (marker = BUF_MARKERS (current_buffer); marker; marker = marker->next) in transpose_markers()
/dports/editors/emacs/emacs-27.2/src/
H A Dmarker.c199 for (tail = BUF_MARKERS (b); tail; tail = tail->next) in buf_charpos_to_bytepos()
350 for (tail = BUF_MARKERS (b); tail; tail = tail->next) in buf_bytepos_to_charpos()
383 if (record && BUF_MARKERS (b)) in buf_bytepos_to_charpos()
410 if (record && BUF_MARKERS (b)) in buf_bytepos_to_charpos()
479 m->next = BUF_MARKERS (b); in attach_marker()
480 BUF_MARKERS (b) = m; in attach_marker()
661 prev = &BUF_MARKERS (b); in unchain_marker()
663 for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev) in unchain_marker()
666 if (*prev == BUF_MARKERS (b)) in unchain_marker()
772 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
[all …]
H A Dinsdel.c67 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in check_markers()
252 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_for_delete()
292 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_for_insert()
358 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_for_replace()
415 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_bytepos()
424 for (m = BUF_MARKERS (current_buffer); m; m = m->next) in adjust_markers_bytepos()
H A Dundo.c131 for (struct Lisp_Marker *m = BUF_MARKERS (current_buffer); m; m = m->next) in record_marker_adjustments()
H A Dbuffer.c604 BUF_MARKERS (b) = NULL;
1866 struct Lisp_Marker **mp = &BUF_MARKERS (b);
1890 for (m = BUF_MARKERS (b); m; )
1897 BUF_MARKERS (b) = NULL;
2412 for (m = BUF_MARKERS (current_buffer); m; m = m->next)
2419 for (m = BUF_MARKERS (other_buffer); m; m = m->next)
2536 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next)
2695 tail = markers = BUF_MARKERS (current_buffer);
2700 BUF_MARKERS (current_buffer) = NULL;
2710 if (BUF_MARKERS (current_buffer))
[all …]
H A Dbuffer.h134 #define BUF_MARKERS(buf) ((buf)->text->markers) macro
H A Dalloc.c3522 m->next = BUF_MARKERS (buf); in build_marker()
3523 BUF_MARKERS (buf) = m; in build_marker()
6972 struct Lisp_Marker *this, **prev = &BUF_MARKERS (buffer); in unchain_dead_markers()
H A Dcoding.c8110 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in decode_coding_object()
8227 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in decode_coding_object()
8281 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in encode_coding_object()
8430 for (tail = BUF_MARKERS (current_buffer); tail; tail = tail->next) in encode_coding_object()
H A DChangeLog.52994 (Fget_buffer_create): Use BUF_MARKERS. Init BUF_INTERVALS here.
2995 (Fkill_buffer): Use BUF_MARKERS; but don't touch it in indir buf.
3003 (transpose_markers): Use BUF_MARKERS.
3007 (adjust_markers): Use BUF_MARKERS.
3011 (BUF_MARKERS, BUF_INTERVALS): New macros.
3014 * marker.c: Use BUF_MARKERS throughout.
H A Deditfns.c4124 for (marker = BUF_MARKERS (current_buffer); marker; marker = marker->next) in transpose_markers()