Home
last modified time | relevance | path

Searched refs:buf_check_timestamp (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfileio.pro30 int buf_check_timestamp(buf_T *buf, int focus);
/vim-8.2.3635/src/
H A Dex_cmds2.c995 (void)buf_check_timestamp(buf, FALSE); in ex_checktime()
H A Dfileio.c3956 n = buf_check_timestamp(buf, focus); in check_timestamps()
4033 buf_check_timestamp( in buf_check_timestamp() function
H A Dex_cmds.c2709 (void)buf_check_timestamp(buf, FALSE); in do_ecmd()
5272 buf_check_timestamp(curbuf, FALSE); in ex_drop()
H A Ddiff.c861 buf_check_timestamp(buf, FALSE); in diff_try_update()
H A Dbuffer.c1843 (void)buf_check_timestamp(curbuf, FALSE); in enter_buffer()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13059 Avoid that buf_check_timestamp() is used recursively.