Home
last modified time | relevance | path

Searched refs:BUF_END_UNCHANGED (Results 1 – 14 of 14) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dbuffer.h142 #define BUF_END_UNCHANGED(buf) ((buf)->text->end_unchanged) macro
149 #define END_UNCHANGED BUF_END_UNCHANGED (current_buffer)
954 if (BUF_Z (buf) - end < BUF_END_UNCHANGED (buf)) in BUF_COMPUTE_UNCHANGED()
H A Dbuffer.c571 BUF_END_UNCHANGED (b) = 0;
H A Dkeyboard.c1386 BUF_BEG_UNCHANGED (b) = BUF_END_UNCHANGED (b) = 0; in command_loop_1()
H A Dxdisp.c16173 BUF_END_UNCHANGED (b) = BUF_Z (b) - BUF_GPT (b); in mark_window_display_accurate_1()
H A DChangeLog.92345 BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
H A DChangeLog.83270 (BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.h150 #define BUF_END_UNCHANGED(buf) ((buf)->text->end_unchanged) macro
157 #define END_UNCHANGED BUF_END_UNCHANGED (current_buffer)
959 if (BUF_Z (buf) - end < BUF_END_UNCHANGED (buf)) in BUF_COMPUTE_UNCHANGED()
H A Dbuffer.c600 BUF_END_UNCHANGED (b) = 0;
H A Dkeyboard.c1430 BUF_BEG_UNCHANGED (b) = BUF_END_UNCHANGED (b) = 0; in command_loop_1()
H A Dxdisp.c16866 BUF_END_UNCHANGED (b) = BUF_Z (b) - BUF_GPT (b); in mark_window_display_accurate_1()
H A DChangeLog.83270 (BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED)
H A DChangeLog.92345 BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c1445 BUF_BEG_UNCHANGED (b) = BUF_END_UNCHANGED (b) = 0; in command_loop_1()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c1445 BUF_BEG_UNCHANGED (b) = BUF_END_UNCHANGED (b) = 0; in command_loop_1()