Home
last modified time | relevance | path

Searched refs:BUF_GPT (Results 1 – 12 of 12) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmarker.c192 CONSIDER (BUF_GPT (b), BUF_GPT_BYTE (b)); in buf_charpos_to_bytepos()
343 CONSIDER (BUF_GPT_BYTE (b), BUF_GPT (b)); in buf_bytepos_to_charpos()
H A Dinsdel.c1188 if (from < BUF_GPT (buf)) in insert_from_buffer_1()
1219 if (from < BUF_GPT (buf)) in insert_from_buffer_1()
H A Dbuffer.h109 #define BUF_GPT(buf) ((buf)->text->gpt) macro
H A Dbuffer.c587 BUF_GPT (b) = BEG;
H A Dcoding.c9621 if (BUF_GPT (buf) != BUF_PT (buf)) in get_buffer_gap_address()
H A Dxdisp.c16865 BUF_BEG_UNCHANGED (b) = BUF_GPT (b) - BUF_BEG (b); in mark_window_display_accurate_1()
16866 BUF_END_UNCHANGED (b) = BUF_Z (b) - BUF_GPT (b); in mark_window_display_accurate_1()
/dports/editors/emacs/emacs-27.2/src/
H A Dmarker.c192 CONSIDER (BUF_GPT (b), BUF_GPT_BYTE (b)); in buf_charpos_to_bytepos()
343 CONSIDER (BUF_GPT_BYTE (b), BUF_GPT (b)); in buf_bytepos_to_charpos()
H A Dinsdel.c1189 if (from < BUF_GPT (buf)) in insert_from_buffer_1()
1220 if (from < BUF_GPT (buf)) in insert_from_buffer_1()
H A Dbuffer.h101 #define BUF_GPT(buf) ((buf)->text->gpt) macro
H A Dbuffer.c558 BUF_GPT (b) = BEG;
H A Dcoding.c9548 if (BUF_GPT (buf) != BUF_PT (buf)) in get_buffer_gap_address()
H A Dxdisp.c16172 BUF_BEG_UNCHANGED (b) = BUF_GPT (b) - BUF_BEG (b); in mark_window_display_accurate_1()
16173 BUF_END_UNCHANGED (b) = BUF_Z (b) - BUF_GPT (b); in mark_window_display_accurate_1()