Searched refs:infile (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 74 my( $infile ) = @_; 77 open(IN, "$infile" ) || die "Couldn't read from $infile: $!.\n"; 79 ($outfile = $infile) =~ s:.*/::g;
|
| H A D | xxd.man | 10 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 D | os_vms.txt | 346 input/output redirection like Unix (<infile >outfile), you could use >
|
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 2265 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 D | memfile.c | 473 int infile) in mf_put() argument 488 if (infile) in mf_put()
|
| /vim-8.2.3635/src/proto/ |
| H A D | memfile.pro | 9 void mf_put(memfile_T *mfp, bhdr_T *hp, int dirty, int infile);
|
| H A D | misc1.pro | 43 char_u *get_cmd_output(char_u *cmd, char_u *infile, int flags, int *ret_len);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | skill.vim | 209 syn match skillFunction "(infile\>"hs=s+1 210 syn match skillFunction "\<infile("he=e-1
|
| H A D | sas.vim | 116 …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 D | mysql.vim | 28 syn keyword mysqlKeyword identified ignore index infile inner insert insert_id into isam
|
| H A D | stata.vim | 95 syn keyword stataCommand infile
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vimscript.vim | 6398 let infile = tempname() 6400 call writefile(["XYZ"], infile) 6410 exec "0read" infile 6435 call delete(infile)
|