Searched refs:over_write (Results 1 – 2 of 2) sorted by relevance
6 void mkspell(int fcount, char_u **fnames, int ascii, int over_write, int added_word);
5892 int over_write, // overwrite existing output file in mkspell() argument5975 if (!over_write && mch_stat((char *)wfname, &st) >= 0) in mkspell()