Home
last modified time | relevance | path

Searched refs:mch_remove (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.h78 # define mch_remove(x) delete((char *)vms_fixfilename(x)) macro
82 # define mch_remove(x) unlink((char *)(x)) macro
H A Dbufwrite.c1237 mch_remove(IObuff); in buf_write()
1250 mch_remove(IObuff); in buf_write()
1432 mch_remove(backup); in buf_write()
1845 mch_remove(wfname); in buf_write()
1873 mch_remove(backup); in buf_write()
2276 mch_remove(wfname); in buf_write()
2492 && mch_remove(backup) != 0) in buf_write()
H A Ddiff.c715 mch_remove(din->din_fname); in clear_diffin()
724 mch_remove(dout->dout_fname); in clear_diffout()
1043 mch_remove(diffio->dio_diff.dout_fname); in check_external_diff()
1044 mch_remove(diffio->dio_new.din_fname); in check_external_diff()
1046 mch_remove(diffio->dio_orig.din_fname); in check_external_diff()
1317 mch_remove(buf); in ex_diffpatch()
1320 mch_remove(buf); in ex_diffpatch()
1371 mch_remove(tmp_orig); in ex_diffpatch()
1374 mch_remove(tmp_new); in ex_diffpatch()
H A Dos_amiga.h234 #define mch_remove(x) remove((char *)(x)) macro
H A Dos_mac.h212 #define mch_remove(x) unlink((char *)(x)) macro
H A Dmemfile.c248 mch_remove(mfp->mf_fname); in mf_close()
296 mch_remove(mfp->mf_fname); // delete the swap file in mf_close_file()
H A Dfileio.c970 mch_remove(tmpname); // delete converted file in readfile()
2349 mch_remove(tmpname); // delete converted file in readfile()
2853 mch_remove(tmpname); // delete converted file in readfile_charconvert()
3821 mch_remove(to); in vim_rename()
3904 mch_remove(from); in vim_rename()
5007 result = mch_remove(name) == 0 ? 0 : -1; in delete_recursive()
H A Dmemline.c4828 mch_remove(fname2); in findswapname()
4832 mch_remove(fname); in findswapname()
4871 mch_remove(fname); in findswapname()
4997 mch_remove(buf_fname); in findswapname()
5101 mch_remove(fname); in findswapname()
5158 mch_remove(buf_fname); in findswapname()
H A Dmisc1.c2325 mch_remove(tempname); in get_cmd_output()
2532 mch_remove(infile); in get_cmd_output_as_rettv()
H A Dundo.c1669 mch_remove(file_name); in u_write_undo()
1726 mch_remove(file_name); in u_write_undo()
3695 mch_remove(file_name); in u_undofile_reset_and_delete()
H A Dos_unix.c6798 mch_remove(tempname); in mch_expand_wildcards()
6853 mch_remove(tempname); in mch_expand_wildcards()
6861 mch_remove(tempname); in mch_expand_wildcards()
7156 if (mch_remove(src) == 0) // delete link to old name in mch_rename()
H A Dsession.c1113 mch_remove(filename); in write_session_file()
H A Dspell.c2431 mch_remove(int_wordlist); in spell_delete_wordlist()
2433 mch_remove(fname); in spell_delete_wordlist()
H A Dex_cmds.c1341 mch_remove(itmp); in do_filter()
1343 mch_remove(otmp); in do_filter()
H A Dif_cscope.c1210 mch_remove(tmp); in cs_find_common()
H A Dviminfo.c3325 mch_remove(tempname); in write_viminfo()
H A Dfilepath.c856 rettv->vval.v_number = mch_remove(name) == 0 ? 0 : -1; in f_delete()
H A Dquickfix.c5006 mch_remove(fname); // in case it's not unique in ex_make()
5049 mch_remove(fname); in ex_make()
H A Devalvars.c401 mch_remove(fname); in eval_printexpr()
H A Dos_win32.c6825 mch_remove(char_u *name) in mch_remove() function
H A Dgui_w32.c5116 mch_remove(session); in gui_mch_do_spawn()
/vim-8.2.3635/src/proto/
H A Dos_win32.pro57 int mch_remove(char_u *name);