Home
last modified time | relevance | path

Searched refs:overlay_modiff (Results 1 – 11 of 11) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dbuffer.h94 #define OVERLAY_MODIFF (current_buffer->text->overlay_modiff)
124 #define BUF_OVERLAY_MODIFF(buf) ((buf)->text->overlay_modiff)
242 modiff_count overlay_modiff; /* Counts modifications to overlays. */ member
H A Dbuffer.c2404 modiff_incr (&current_buffer->text->overlay_modiff);
2405 modiff_incr (&other_buffer->text->overlay_modiff);
H A Dpdumper.c2828 DUMP_FIELD_COPY (out, buffer, own_text.overlay_modiff); in dump_buffer()
H A DChangeLog.75466 * buffer.c (modify_overlay): Update overlay_modiff of proper buffer.
10603 * buffer.h (struct buffer): New field overlay_modiff.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.h102 #define OVERLAY_MODIFF (current_buffer->text->overlay_modiff)
132 #define BUF_OVERLAY_MODIFF(buf) ((buf)->text->overlay_modiff)
250 modiff_count overlay_modiff; /* Counts modifications to overlays. */ member
H A Dbuffer.c2454 modiff_incr (&current_buffer->text->overlay_modiff);
2455 modiff_incr (&other_buffer->text->overlay_modiff);
H A Dpdumper.c2762 DUMP_FIELD_COPY (out, buffer, own_text.overlay_modiff); in dump_buffer()
H A DChangeLog.75466 * buffer.c (modify_overlay): Update overlay_modiff of proper buffer.
10603 * buffer.h (struct buffer): New field overlay_modiff.
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dinternals.texi2185 @itemx overlay_modiff
2192 kinds of changes (such as text properties); and @code{overlay_modiff}
2202 The values of @code{modiff} and @code{overlay_modiff}, respectively,
2204 @code{modiff} or @code{overlay_modiff}, that means
2555 The @code{overlay_modiff} field of the window's buffer, as of the last
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dinternals.texi2307 @itemx overlay_modiff
2314 kinds of changes (such as text properties); and @code{overlay_modiff}
2324 The values of @code{modiff} and @code{overlay_modiff}, respectively,
2326 @code{modiff} or @code{overlay_modiff}, that means
2684 The @code{overlay_modiff} field of the window's buffer, as of the last
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info82413overlay_modiff
82420 kinds of changes (such as text properties); and ‘overlay_modiff
82430 The values of ‘modiff’ and ‘overlay_modiff’, respectively, after
82432 ‘modiff’ or ‘overlay_modiff’, that means ‘beg_unchanged’ and
82778 The ‘overlay_modiff’ field of the window’s buffer, as of the last