Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c4038 int stat_res; in buf_check_timestamp() local
4083 && ((stat_res = mch_stat((char *)buf->b_ffname, &st)) < 0 in buf_check_timestamp()
4099 if (stat_res < 0) in buf_check_timestamp()
4120 && !bufIsChanged(buf) && stat_res >= 0) in buf_check_timestamp()
4124 if (stat_res < 0) in buf_check_timestamp()