Home
last modified time | relevance | path

Searched refs:bset_undo_list (Results 1 – 22 of 22) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dundo.c76 bset_undo_list (current_buffer, in record_point()
116 bset_undo_list (current_buffer, in record_insert()
150 bset_undo_list in record_marker_adjustments()
189 bset_undo_list in record_delete()
220 bset_undo_list (current_buffer, in record_first_change()
247 bset_undo_list (current_buffer, in record_property_change()
269 bset_undo_list (current_buffer, pending_boundary);
273 bset_undo_list (current_buffer,
416 bset_undo_list (b, Qnil); in truncate_undo_list()
H A Dbuffer.c623 bset_undo_list (b, SREF (name, 0) != ' ' ? Qnil : Qt);
856 bset_undo_list (b, BVAR (b->base_buffer, undo_list));
1689 bset_undo_list (XBUFFER (real_buffer), Qnil);
1908 bset_undo_list (b, Qnil);
2177 bset_undo_list (old_buf->base_buffer, BVAR (old_buf, undo_list)); in set_buffer_internal_2()
2187 bset_undo_list (b, BVAR (b->base_buffer, undo_list)); in set_buffer_internal_2()
2553 bset_undo_list (current_buffer, Qt);
2768 bset_undo_list (current_buffer,
5187 bset_undo_list (&buffer_local_flags, make_fixnum (-1)); in init_buffer_once()
5313 bset_undo_list (&buffer_defaults, Qnil); in init_buffer_once()
H A Dfileio.c3733 bset_undo_list (current_buffer, undo_list); in decide_coding_unwind()
4140 bset_undo_list (buf, Qt);
4710 bset_undo_list (current_buffer, Qt);
4816 bset_undo_list (current_buffer, Qnil);
4865 bset_undo_list (current_buffer, Qt);
4954 bset_undo_list (current_buffer, old_undo);
4969 bset_undo_list (current_buffer, EQ (old_undo, Qt) ? Qt : Qnil);
H A Deditfns.c2225 bset_undo_list (current_buffer, arg); in subst_char_in_region_unwind()
2306 bset_undo_list (current_buffer, Qt);
2390 bset_undo_list (current_buffer, tem);
H A Dbuffer.h821 bset_undo_list (struct buffer *b, Lisp_Object val) in bset_undo_list() function
H A Dcoding.c7381 bset_undo_list (current_buffer, Qt); in decode_coding()
7490 bset_undo_list (current_buffer, undo_list); in decode_coding()
7887 bset_undo_list (current_buffer, Qt); in code_conversion_save()
7903 bset_undo_list (buf, undo_list); in coding_restore_undo_list()
8025 bset_undo_list (current_buffer, Qt); in decode_coding_gap()
8177 bset_undo_list (current_buffer, Qt); in decode_coding_object()
H A Dminibuf.c905 bset_undo_list (current_buffer, Qnil); in read_minibuf()
H A Dprint.c572 bset_undo_list (current_buffer, Qt); in temp_output_buffer_setup()
H A Dalloc.c6175 bset_undo_list (nextb, compact_undo_list (BVAR (nextb, undo_list))); in garbage_collect()
H A Dxdisp.c11388 bset_undo_list (current_buffer, Qt); in message_dolog()
11964 bset_undo_list (current_buffer, Qt); in with_echo_area_buffer()
H A DChangeLog.127182 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
/dports/editors/emacs/emacs-27.2/src/
H A Dundo.c76 bset_undo_list (current_buffer, in record_point()
116 bset_undo_list (current_buffer, in record_insert()
150 bset_undo_list in record_marker_adjustments()
189 bset_undo_list in record_delete()
220 bset_undo_list (current_buffer, in record_first_change()
247 bset_undo_list (current_buffer, in record_property_change()
269 bset_undo_list (current_buffer, pending_boundary);
273 bset_undo_list (current_buffer,
416 bset_undo_list (b, Qnil); in truncate_undo_list()
H A Dbuffer.c598 bset_undo_list (b, SREF (name, 0) != ' ' ? Qnil : Qt);
824 bset_undo_list (b, BVAR (b->base_buffer, undo_list));
1638 bset_undo_list (XBUFFER (real_buffer), Qnil);
1950 bset_undo_list (b, Qnil);
2129 bset_undo_list (old_buf->base_buffer, BVAR (old_buf, undo_list)); in set_buffer_internal_2()
2139 bset_undo_list (b, BVAR (b->base_buffer, undo_list)); in set_buffer_internal_2()
2503 bset_undo_list (current_buffer, Qt);
2726 bset_undo_list (current_buffer,
5131 bset_undo_list (&buffer_local_flags, make_fixnum (-1)); in init_buffer_once()
5258 bset_undo_list (&buffer_defaults, Qnil); in init_buffer_once()
H A Dfileio.c3569 bset_undo_list (current_buffer, undo_list); in decide_coding_unwind()
3975 bset_undo_list (buf, Qt);
4545 bset_undo_list (current_buffer, Qt);
4651 bset_undo_list (current_buffer, Qnil);
4700 bset_undo_list (current_buffer, Qt);
4789 bset_undo_list (current_buffer, old_undo);
4804 bset_undo_list (current_buffer, EQ (old_undo, Qt) ? Qt : Qnil);
H A Dbuffer.h816 bset_undo_list (struct buffer *b, Lisp_Object val) in bset_undo_list() function
H A Deditfns.c2244 bset_undo_list (current_buffer, arg); in subst_char_in_region_unwind()
2325 bset_undo_list (current_buffer, Qt);
2409 bset_undo_list (current_buffer, tem);
H A Dcoding.c7386 bset_undo_list (current_buffer, Qt); in decode_coding()
7495 bset_undo_list (current_buffer, undo_list); in decode_coding()
7886 bset_undo_list (current_buffer, Qt); in code_conversion_save()
7902 bset_undo_list (buf, undo_list); in coding_restore_undo_list()
8024 bset_undo_list (current_buffer, Qt); in decode_coding_gap()
8176 bset_undo_list (current_buffer, Qt); in decode_coding_object()
H A Dminibuf.c662 bset_undo_list (current_buffer, Qnil); in read_minibuf()
H A Dprint.c574 bset_undo_list (current_buffer, Qt); in temp_output_buffer_setup()
H A Dalloc.c5964 bset_undo_list (nextb, compact_undo_list (BVAR (nextb, undo_list))); in garbage_collect()
H A Dxdisp.c10734 bset_undo_list (current_buffer, Qt); in message_dolog()
11316 bset_undo_list (current_buffer, Qt); in with_echo_area_buffer()
H A DChangeLog.127182 (bset_truncate_lines, bset_undo_list, bset_upcase_table)