Home
last modified time | relevance | path

Searched refs:vms_fixfilename (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.h76 # define vim_mkdir(x, y) mkdir((char *)vms_fixfilename(x), y)
77 # define mch_rmdir(x) delete((char *)vms_fixfilename(x))
78 # define mch_remove(x) delete((char *)vms_fixfilename(x))
H A Dmacros.h158 # define mch_access(n, p) access(vms_fixfilename(n), (p))
160 # define mch_fopen(n, p) fopen(vms_fixfilename(n), (p))
163 # define mch_stat(n, p) stat(vms_fixfilename(n), (p))
200 # define mch_open(n, m, p) open(vms_fixfilename(n), (m), (p))
H A Dos_vms.c466 result = decc$translate_vms(vms_fixfilename(buf)); in mch_expand_wildcards()
526 result = decc$translate_vms(vms_fixfilename(path)); in mch_expandpath()
647 vms_fixfilename(void *instring) in vms_fixfilename() function
H A Dos_unix.c334 return chdir(vms_fixfilename(path)); in mch_chdir()
2575 fname = vms_fixfilename(fname); in mch_FullName()
2809 if (stat((char *)vms_fixfilename(name), &statb)) in mch_getperm()
2832 vms_fixfilename(name), in mch_setperm()
/vim-8.2.3635/src/proto/
H A Dos_vms.pro13 void *vms_fixfilename(void *instring);
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt2336 VMS: "gf" didn't work properly. Use vms_fixfilename() to translate the file