Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c440 curbuf->b_orig_mode = 0; in readfile()
4051 int orig_mode = buf->b_orig_mode; in buf_check_timestamp()
4087 || (int)st.st_mode != buf->b_orig_mode in buf_check_timestamp()
4089 || mch_getperm(buf->b_ffname) != buf->b_orig_mode in buf_check_timestamp()
4104 buf->b_orig_mode = 0; in buf_check_timestamp()
4135 else if (orig_mode != buf->b_orig_mode) in buf_check_timestamp()
4467 if (orig_mode == curbuf->b_orig_mode) in buf_reload()
4490 buf->b_orig_mode = (int)st->st_mode; in buf_store_time()
4492 buf->b_orig_mode = mch_getperm(fname); in buf_store_time()
H A Dstructs.h2742 int b_orig_mode; // mode of original file member
H A Dmemline.c1048 buf->b_orig_mode = 0; in set_b0_fname()
H A Dspellfile.c6342 buf_reload(buf, buf->b_orig_mode); in spell_add_word()