Home
last modified time | relevance | path

Searched defs:mch_fopen (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h160 # define mch_fopen(n, p) fopen(vms_fixfilename(n), (p)) macro
H A Dos_win32.c7116 mch_fopen(const char *name, const char *mode) in mch_fopen() function
H A Dvim.h2275 # define mch_fopen(n, p) fopen((n), (p)) macro