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

/macosx-10.10.1/vim-55/src/
H A Dmacros.h173 # define mch_stat(n, p) stat(vms_fixfilename(n), (p)) macro
183 # define mch_stat(n, p) vim_stat((n), (p)) macro
188 # define mch_stat(n, p) (illegal_slash(n) ? -1 : stat((n), (p))) macro
190 # define mch_stat(n, p) stat((n), (p)) macro

Completed in 750 milliseconds