Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/doc/
H A Dvim2html.pl74 my( $infile ) = @_;
77 open(IN, "$infile" ) || die "Couldn't read from $infile: $!.\n";
79 ($outfile = $infile) =~ s:.*/::g;
H A Dxxd.man10 xxd [options] [infile [outfile]]
11 xxd -r[evert] [options] [infile [outfile]]
21 If no infile is given, standard input is read. If infile is specified
101 Start at <seek> bytes abs. (or rel.) infile offset. + indicates
H A Dos_vms.txt346 input/output redirection like Unix (<infile >outfile), you could use >
/vim-8.2.3635/src/
H A Dmisc1.c2265 char_u *infile, // optional input file name in get_cmd_output() argument
2287 command = make_filter_cmd(cmd, infile, tempname); in get_cmd_output()
2363 char_u *infile = NULL; in get_cmd_output_as_rettv() local
2385 if ((infile = vim_tempname('i', TRUE)) == NULL) in get_cmd_output_as_rettv()
2391 fd = mch_fopen((char *)infile, WRITEBIN); in get_cmd_output_as_rettv()
2394 semsg(_(e_notopen), infile); in get_cmd_output_as_rettv()
2468 res = get_cmd_output(tv_get_string(&argvars[0]), infile, flags, &len); in get_cmd_output_as_rettv()
2508 res = get_cmd_output(tv_get_string(&argvars[0]), infile, flags, NULL); in get_cmd_output_as_rettv()
2530 if (infile != NULL) in get_cmd_output_as_rettv()
2532 mch_remove(infile); in get_cmd_output_as_rettv()
[all …]
H A Dmemfile.c473 int infile) in mf_put() argument
488 if (infile) in mf_put()
/vim-8.2.3635/src/proto/
H A Dmemfile.pro9 void mf_put(memfile_T *mfp, bhdr_T *hp, int dirty, int infile);
H A Dmisc1.pro43 char_u *get_cmd_output(char_u *cmd, char_u *infile, int flags, int *ret_len);
/vim-8.2.3635/runtime/syntax/
H A Dskill.vim209 syn match skillFunction "(infile\>"hs=s+1
210 syn match skillFunction "\<infile("he=e-1
H A Dsas.vim116 …ines4 dcl declare delete describe display drop error execute file format infile informat input kee…
202 …ll close closefile create delete display edit file find force free index infile input list load ma…
H A Dmysql.vim28 syn keyword mysqlKeyword identified ignore index infile inner insert insert_id into isam
H A Dstata.vim95 syn keyword stataCommand infile
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim6398 let infile = tempname()
6400 call writefile(["XYZ"], infile)
6410 exec "0read" infile
6435 call delete(infile)