Searched refs:outfile (Results 1 – 17 of 17) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dehqx.py | 23 outfile = open(out_data, 'wb') variable 28 outfile.write(d) 29 outfile.close() 35 outfile = open(out_rsrc, 'wb') variable 36 outfile.write(d) 40 outfile.write(d) 41 outfile.close()
|
| H A D | hardcopy.c | 576 settings.outfile = skipwhite(eap->arg + 1); in ex_hardcopy() 2623 if (psettings->outfile == NULL) in mch_print_init() 2635 p = expand_env_save(psettings->outfile); in mch_print_init() 3125 if (!prt_file_error && psettings->outfile == NULL in mch_print_end()
|
| H A D | evalvars.c | 413 char_u *outfile) in eval_diff() argument 419 set_vim_var_string(VV_FNAME_OUT, outfile, -1); in eval_diff() 430 char_u *outfile) in eval_patch() argument 436 set_vim_var_string(VV_FNAME_OUT, outfile, -1); in eval_patch()
|
| H A D | structs.h | 4072 char_u *outfile; member
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 75 my( $outfile ); 79 ($outfile = $infile) =~ s:.*/::g; 80 $outfile =~ s/\.txt$//g; 82 open( OUT, ">$outfile.html" ) 83 || die "Couldn't write to $outfile.html: $!.\n"; 84 my $head = uc( $outfile ); 90 <title>VIM: $outfile</title>
|
| H A D | xxd.man | 10 xxd [options] [infile [outfile]] 11 xxd -r[evert] [options] [infile [outfile]] 23 outfile is given (or a `-' character is in its place), results are sent
|
| H A D | diff.txt | 344 diff file1 file2 > outfile 424 patch -o outfile origfile < patchfile
|
| H A D | os_vms.txt | 346 input/output redirection like Unix (<infile >outfile), you could use >
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal2.vim | 203 let outfile = 'Xtermstdout' 204 let buf = term_start(['./Xechoerrout.sh'], {'out_io': 'file', 'out_name': outfile}) 206 call WaitFor({-> !empty(readfile(outfile)) && !empty(term_getline(buf, 1))}) 207 call assert_equal(['this is standard out'], readfile(outfile)) 213 call delete(outfile)
|
| H A D | test_vim9_cmd.vim | 198 var outfile = 'print' 199 hardcopy > X`=outfile`.ps
|
| /vim-8.2.3635/src/proto/ |
| H A D | evalvars.pro | 10 void eval_diff(char_u *origfile, char_u *newfile, char_u *outfile); 11 void eval_patch(char_u *origfile, char_u *difffile, char_u *outfile);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gretl.vim | 30 …meantest mle modeltab mpols multiply nls nulldata ols omit omitfrom open outfile panel pca pergm p…
|
| H A D | lifelines.vim | 69 syn keyword lifelinesFunct sp qt newfile outfile copyfile print lock unlock test
|
| H A D | lex.vim | 47 " %option outfile="scanner.c" noyywrap nodefault
|
| H A D | skill.vim | 301 syn match skillFunction "(outfile\>"hs=s+1 302 syn match skillFunction "\<outfile("he=e-1
|
| H A D | mysql.vim | 34 syn keyword mysqlKeyword on optimize option optionally order outer outfile
|
| H A D | stata.vim | 120 syn keyword stataCommand outfile
|