Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c130 int check_readonly; in readfile() local
400 check_readonly = (newfile && (curbuf->b_flags & BF_CHECK_RO)); in readfile()
401 if (check_readonly && !readonlymode) in readfile()
580 if ((check_readonly && file_readonly) || curbuf->b_help) in readfile()
H A Dex_cmds.c24 static int check_readonly(int *forceit, buf_T *buf);
1962 || check_readonly(&eap->forceit, curbuf))) in do_write()
2275 else if (check_readonly(&eap->forceit, buf) in do_wqall()
2322 check_readonly(int *forceit, buf_T *buf) in check_readonly() function