Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmain.c34 static int file_owned(char *fname);
3225 if (!file_owned(VIMRC_FILE)) in source_startup_scripts()
3251 if (!file_owned(EXRC_FILE)) in source_startup_scripts()
3339 file_owned(char *fname) in file_owned() function