Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfileio.c4821 current_buffer->modtime_size = st.st_size;
5478 current_buffer->modtime_size = st.st_size; in write_region()
5797 && (b->modtime_size < 0
5798 || st.st_size == b->modtime_size))
5840 current_buffer->modtime_size = -1;
5861 current_buffer->modtime_size = st.st_size;
H A Dbuffer.h631 off_t modtime_size; member
H A Dbuffer.c977 b->modtime_size = -1; in reset_buffer()
H A Dpdumper.c2803 DUMP_FIELD_COPY (out, buffer, modtime_size); in dump_buffer()
H A DChangeLog.1215475 set its "size" to -1. This will set the modtime_size field of
15567 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
H A DChangeLog.119016 * buffer.h (struct buffer): New field modtime_size.
/dports/editors/emacs/emacs-27.2/src/
H A Dfileio.c4656 current_buffer->modtime_size = st.st_size;
5313 current_buffer->modtime_size = st.st_size; in write_region()
5632 && (b->modtime_size < 0
5633 || st.st_size == b->modtime_size))
5675 current_buffer->modtime_size = -1;
5695 current_buffer->modtime_size = st.st_size;
H A Dbuffer.h626 off_t modtime_size; member
H A Dpdumper.c2871 DUMP_FIELD_COPY (out, buffer, modtime_size); in dump_buffer()
H A Dbuffer.c946 b->modtime_size = -1; in reset_buffer()
H A DChangeLog.1215475 set its "size" to -1. This will set the modtime_size field of
15567 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
H A DChangeLog.119016 * buffer.h (struct buffer): New field modtime_size.