| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 3150 tempname = buf_modname( in write_viminfo() 3170 wp = tempname + STRLEN(tempname) - 5; in write_viminfo() 3172 wp = gettail(tempname); in write_viminfo() 3187 VIM_CLEAR(tempname); in write_viminfo() 3212 fd = mch_open((char *)tempname, in write_viminfo() 3244 tempname); in write_viminfo() 3251 if (tempname != NULL) in write_viminfo() 3277 (void)mch_setperm(tempname, 0600); in write_viminfo() 3286 (fp_in == NULL || tempname == NULL) ? fname : tempname); in write_viminfo() 3325 mch_remove(tempname); in write_viminfo() [all …]
|
| H A D | misc1.c | 2269 char_u *tempname; in get_cmd_output() local 2280 if ((tempname = vim_tempname('o', FALSE)) == NULL) in get_cmd_output() 2287 command = make_filter_cmd(cmd, infile, tempname); in get_cmd_output() 2306 fd = mch_fopen((char *)tempname, "r"); in get_cmd_output() 2308 fd = mch_fopen((char *)tempname, READBIN); in get_cmd_output() 2313 semsg(_(e_notopen), tempname); in get_cmd_output() 2325 mch_remove(tempname); in get_cmd_output() 2333 semsg(_(e_notread), tempname); in get_cmd_output() 2349 vim_free(tempname); in get_cmd_output()
|
| H A D | os_unix.c | 6557 char_u *tempname; in mch_expand_wildcards() local 6664 vim_free(tempname); in mch_expand_wildcards() 6715 STRCAT(command, tempname); in mch_expand_wildcards() 6798 mch_remove(tempname); in mch_expand_wildcards() 6799 vim_free(tempname); in mch_expand_wildcards() 6839 vim_free(tempname); in mch_expand_wildcards() 6853 mch_remove(tempname); in mch_expand_wildcards() 6854 vim_free(tempname); in mch_expand_wildcards() 6861 mch_remove(tempname); in mch_expand_wildcards() 6866 vim_free(tempname); in mch_expand_wildcards() [all …]
|
| H A D | fileio.c | 3768 char tempname[MAXPATHL + 1]; in vim_rename() local 3776 STRCPY(tempname, from); in vim_rename() 3779 sprintf((char *)gettail((char_u *)tempname), "%d", n); in vim_rename() 3780 if (mch_stat(tempname, &st) < 0) in vim_rename() 3782 if (mch_rename((char *)from, tempname) == 0) in vim_rename() 3784 if (mch_rename(tempname, (char *)to) == 0) in vim_rename() 3788 (void)mch_rename(tempname, (char *)from); in vim_rename()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 77 let tmp = tempname() 161 let nmt = s:tempname(nm) 204 fun s:tempname(name)
|
| H A D | zip.vim | 234 let temp = tempname() 280 let tmpdir= tempname() 281 " call Decho("orig tempname<".tmpdir.">")
|
| H A D | netrwSettings.vim | 217 let tmpfile= tempname()
|
| H A D | tar.vim | 410 let tmpdir= tempname() 411 " call Decho("orig tempname<".tmpdir.">")
|
| H A D | rust.vim | 232 let dict.tmpdir = tempname()
|
| H A D | getscript.vim | 424 let tmpfile = tempname()
|
| H A D | netrw.vim | 11695 " s:GetTempfile: gets a tempname that'll work for various o/s's {{{2 11703 let tmpfile= tempname() 11704 " call Decho("tmpfile<".tmpfile."> : from tempname()",'~'.expand("<slnum>")) 11732 " call Decho("o/s dependent fixed tempname<".tmpfile.">",'~'.expand("<slnum>"))
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_shell.vim | 160 " The shell and cmdflag, and expected slash in tempname with shellslash set or 171 let file = tempname() 174 let file = tempname()
|
| H A D | test_mksession_utf8.vim | 24 let tmpfile = tempname()
|
| H A D | script_util.vim | 19 let script = tempname()
|
| H A D | test_terminal3.vim | 792 let tmpfolder = fnamemodify(tempname(),':h').'/'.chars 793 let tmpfolder_url = fnamemodify(tempname(),':h').'/'.chars_url
|
| H A D | test_ruby.vim | 43 let tempfile = tempname() . '.rb'
|
| H A D | test_popup.vim | 767 \ 'tempname: 0x555555e380a0 "/home/mool/.viminfz.tmp"', 769 \ 'tempname: 0x555555e380a0 "/home/mool/.viminfz.tmp"'))
|
| H A D | test_trycatch.vim | 1696 let file = tempname() 1731 let file = tempname()
|
| H A D | test_writefile.vim | 7 let f = tempname()
|
| H A D | test_vimscript.vim | 4811 let file = tempname() 6280 let augfile = tempname() 6343 let tmpfile = tempname() 6398 let infile = tempname() 6399 let tmpfile = tempname()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | gitcommit.vim | 49 let name = tempname()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_41.txt | 828 tempname() get the name of a temporary file 1784 :let tmp = tempname()
|
| H A D | editing.txt | 440 :e `=tempname()`
|
| H A D | change.txt | 608 tempname(). For Unix, the file will be in a private directory (only
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 82 …ggest str2float strchars string strtrans swapname synstack tabpagewinnr tempname term_getansicolor…
|