Searched defs:mch_remove (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dos_amiga.h210 #define mch_remove(x) remove((char *)(x)) macro
H A Dos_mac.h238 #define mch_remove(x) unlink((char *)(x)) macro
H A Dos_unix.h97 # define mch_remove(x) delete((char *)(x)) macro
106 # define mch_remove(x) unlink((char *)(x)) macro
H A Dos_riscos.c1078 mch_remove(file) function
H A Dos_msdos.c3008 mch_remove(char_u *name) function
H A Dos_win32.c4234 mch_remove(char_u *name) function

Completed in 187 milliseconds