Home
last modified time | relevance | path

Searched refs:b_mtime_read_ns (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dfileio.c411 curbuf->b_mtime_read_ns = curbuf->b_mtime_ns; in readfile()
438 curbuf->b_mtime_read_ns = 0; in readfile()
2575 curbuf->b_mtime_read_ns = curbuf->b_mtime_ns; in readfile()
4203 buf->b_mtime_read_ns = buf->b_mtime_ns; in buf_check_timestamp()
H A Dbufwrite.c530 && time_differs(st, buf->b_mtime_read, buf->b_mtime_read_ns)) in check_mtime()
2561 buf->b_mtime_read_ns = buf->b_mtime_ns; in buf_write()
H A Dmemline.c1035 buf->b_mtime_read_ns = buf->b_mtime_ns; in set_b0_fname()
1046 buf->b_mtime_read_ns = 0; in set_b0_fname()
2447 || st.ST_MTIM_NSEC != buf->b_mtime_read_ns in ml_sync_all()
H A Dstructs.h2740 long b_mtime_read_ns; // nanoseconds of last read time member