Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c81 static int diff_file(diffio_T *diffio);
879 if (diff_file(dio) == FAIL) in diff_try_update()
1023 if (diff_file(diffio) == OK) in check_external_diff()
1137 diff_file(diffio_T *dio) in diff_file() function