Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmemline.pro13 int recover_names(char_u *fname, int list, int nr, char_u **fname_out);
/vim-8.2.3635/runtime/doc/
H A Ddiff.txt372 v:fname_out resulting diff file
390 \ " > " . v:fname_out
434 v:fname_out resulting patched file
440 :call system("patch -o " . v:fname_out . " " . v:fname_in .
H A Dos_vms.txt612 \ " > " . v:fname_out
H A Dtags6502 fname_out-variable eval.txt /*fname_out-variable*
9972 v:fname_out eval.txt /*v:fname_out*
H A Doptions.txt1540 \ . " <" . v:fname_in . " >" v:fname_out)
1547 v:fname_out name of the output file
1548 Note that v:fname_in and v:fname_out will never be the same.
H A Deval.txt2025 *v:fname_out* *fname_out-variable*
2026 v:fname_out The name of the output file. Only valid while
/vim-8.2.3635/src/testdir/
H A Dtest_diffmode.vim658 call writefile(['warning', ' message'], v:fname_out)
659 silent exe '!diff ' . v:fname_in . ' ' . v:fname_new . '>>' . v:fname_out
855 call writefile(['warning', ' message'], v:fname_out)
856 silent exe '!diff -U0 ' .. v:fname_in .. ' ' .. v:fname_new .. '>>' .. v:fname_out
1205 call writefile(['output file'], v:fname_out)
H A Dtest_edit.vim1757 call writefile(data, v:fname_out)
/vim-8.2.3635/src/
H A Dmemline.c1809 char_u **fname_out) // result when "nr" > 0 in recover_names() argument
2014 *fname_out = vim_strsave( in recover_names()