Searched refs:fname_out (Results 1 – 9 of 9) sorted by relevance
13 int recover_names(char_u *fname, int list, int nr, char_u **fname_out);
372 v:fname_out resulting diff file390 \ " > " . v:fname_out434 v:fname_out resulting patched file440 :call system("patch -o " . v:fname_out . " " . v:fname_in .
612 \ " > " . v:fname_out
6502 fname_out-variable eval.txt /*fname_out-variable*9972 v:fname_out eval.txt /*v:fname_out*
1540 \ . " <" . v:fname_in . " >" v:fname_out)1547 v:fname_out name of the output file1548 Note that v:fname_in and v:fname_out will never be the same.
2025 *v:fname_out* *fname_out-variable*2026 v:fname_out The name of the output file. Only valid while
658 call writefile(['warning', ' message'], v:fname_out)659 silent exe '!diff ' . v:fname_in . ' ' . v:fname_new . '>>' . v:fname_out855 call writefile(['warning', ' message'], v:fname_out)856 silent exe '!diff -U0 ' .. v:fname_in .. ' ' .. v:fname_new .. '>>' .. v:fname_out1205 call writefile(['output file'], v:fname_out)
1757 call writefile(data, v:fname_out)
1809 char_u **fname_out) // result when "nr" > 0 in recover_names() argument2014 *fname_out = vim_strsave( in recover_names()