Home
last modified time | relevance | path

Searched refs:BEG_UNCHANGED (Results 1 – 10 of 10) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dinsdel.c534 real_beg_unchanged = BEG_UNCHANGED; in make_gap_smaller()
557 BEG_UNCHANGED = real_beg_unchanged; in make_gap_smaller()
1463 if (GPT - BEG < BEG_UNCHANGED) in replace_range()
1464 BEG_UNCHANGED = GPT - BEG; in replace_range()
1607 if (GPT - BEG < BEG_UNCHANGED) in replace_range_2()
1608 BEG_UNCHANGED = GPT - BEG; in replace_range_2()
1886 if (GPT - BEG < BEG_UNCHANGED) in del_range_2()
1887 BEG_UNCHANGED = GPT - BEG; in del_range_2()
H A Dbuffer.h156 #define BEG_UNCHANGED BUF_BEG_UNCHANGED (current_buffer) macro
H A Dxdisp.c15624 && (BEG_UNCHANGED < start - 1 in text_outside_line_unchanged_p()
15633 && (BEG_UNCHANGED < start || GPT <= start)) in text_outside_line_unchanged_p()
15645 if (BEG + BEG_UNCHANGED == start in text_outside_line_unchanged_p()
18106 || BEG_UNCHANGED < CHARPOS (startp)) in try_scrolling()
18872 beg_unchanged = BEG_UNCHANGED; in redisplay_window()
19325 || BEG_UNCHANGED < CHARPOS (startp)) in redisplay_window()
20476 ptrdiff_t first_changed_pos = BEG + BEG_UNCHANGED; in find_last_unchanged_at_beg_row()
20899 || BEG_UNCHANGED + END_UNCHANGED > Z_BYTE) in try_window_id()
20901 if (GPT - BEG < BEG_UNCHANGED) in try_window_id()
20902 BEG_UNCHANGED = GPT - BEG; in try_window_id()
[all …]
H A DChangeLog.8102 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
3270 (BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED)
H A DChangeLog.107 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
55 recenter, don't use the reset values of BEG_UNCHANGED and
22797 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
25402 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
/dports/editors/emacs/emacs-27.2/src/
H A Dinsdel.c534 real_beg_unchanged = BEG_UNCHANGED; in make_gap_smaller()
557 BEG_UNCHANGED = real_beg_unchanged; in make_gap_smaller()
1464 if (GPT - BEG < BEG_UNCHANGED) in replace_range()
1465 BEG_UNCHANGED = GPT - BEG; in replace_range()
1605 if (GPT - BEG < BEG_UNCHANGED) in replace_range_2()
1606 BEG_UNCHANGED = GPT - BEG; in replace_range_2()
1884 if (GPT - BEG < BEG_UNCHANGED) in del_range_2()
1885 BEG_UNCHANGED = GPT - BEG; in del_range_2()
H A Dbuffer.h148 #define BEG_UNCHANGED BUF_BEG_UNCHANGED (current_buffer) macro
H A Dxdisp.c14943 && (BEG_UNCHANGED < start - 1 in text_outside_line_unchanged_p()
14952 && (BEG_UNCHANGED < start || GPT <= start)) in text_outside_line_unchanged_p()
14964 if (BEG + BEG_UNCHANGED == start in text_outside_line_unchanged_p()
17410 || BEG_UNCHANGED < CHARPOS (startp)) in try_scrolling()
18175 beg_unchanged = BEG_UNCHANGED; in redisplay_window()
18628 || BEG_UNCHANGED < CHARPOS (startp)) in redisplay_window()
19763 ptrdiff_t first_changed_pos = BEG + BEG_UNCHANGED; in find_last_unchanged_at_beg_row()
20186 || BEG_UNCHANGED + END_UNCHANGED > Z_BYTE) in try_window_id()
20188 if (GPT - BEG < BEG_UNCHANGED) in try_window_id()
20189 BEG_UNCHANGED = GPT - BEG; in try_window_id()
[all …]
H A DChangeLog.8102 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
3270 (BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED)
H A DChangeLog.107 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
55 recenter, don't use the reset values of BEG_UNCHANGED and
22797 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
25402 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap