Home
last modified time | relevance | path

Searched refs:b_mtime_read (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dbufwrite.c529 if (buf->b_mtime_read != 0 in check_mtime()
530 && time_differs(st, buf->b_mtime_read, buf->b_mtime_read_ns)) in check_mtime()
2560 buf->b_mtime_read = buf->b_mtime; in buf_write()
H A Dfileio.c410 curbuf->b_mtime_read = curbuf->b_mtime; in readfile()
437 curbuf->b_mtime_read = 0; in readfile()
2574 curbuf->b_mtime_read = curbuf->b_mtime; in readfile()
4202 buf->b_mtime_read = buf->b_mtime; in buf_check_timestamp()
H A Dmemline.c1034 buf->b_mtime_read = buf->b_mtime; in set_b0_fname()
1045 buf->b_mtime_read = 0; in set_b0_fname()
2445 || st.st_mtime != buf->b_mtime_read in ml_sync_all()
H A Dstructs.h2739 long b_mtime_read; // last change time when reading member
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt8679 Solution: Store the timestamp in b_mtime_read when the timestamp is the only