Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c410 curbuf->b_mtime_read = curbuf->b_mtime; in readfile()
435 curbuf->b_mtime = 0; in readfile()
2574 curbuf->b_mtime_read = curbuf->b_mtime; in readfile()
4082 && buf->b_mtime != 0 in buf_check_timestamp()
4084 || time_differs(&st, buf->b_mtime, buf->b_mtime_ns) in buf_check_timestamp()
4093 long prev_b_mtime = buf->b_mtime; in buf_check_timestamp()
4102 buf->b_mtime = -1; in buf_check_timestamp()
4202 buf->b_mtime_read = buf->b_mtime; in buf_check_timestamp()
4482 buf->b_mtime = (long)st->st_mtime; in buf_store_time()
H A Dbufwrite.c2560 buf->b_mtime_read = buf->b_mtime; in buf_write()
H A Dmemline.c1034 buf->b_mtime_read = buf->b_mtime; in set_b0_fname()
1043 buf->b_mtime = 0; in set_b0_fname()
H A Dstructs.h2737 long b_mtime; // last change time of original file member
H A Dnetbeans.c1764 buf->bufp->b_mtime = atoi((char *)args); in nb_do_cmd()