Home
last modified time | relevance | path

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

/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dmingw32.c149 #define DRIVE_INDEX( c ) ( (c) <= 'Z' ? (c) - 'A' : (c) - 'a' ) macro
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dmingw32.c149 #define DRIVE_INDEX( c ) ( (c) <= 'Z' ? (c) - 'A' : (c) - 'a' ) macro
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32.c3285 #define DRIVE_INDEX( c ) ( (c) <= 'Z' ? (c) - 'A' : (c) - 'a' ) macro
3288 fixed_drives[ DRIVE_INDEX (root_dir[0]) ] ) \
3356 if (isalpha (root_dir[0]) && !fixed[DRIVE_INDEX (root_dir[0])]) in GetCachedVolumeInformation()
10416 fixed_drives[DRIVE_INDEX (*drive)] = in init_ntproc()
H A DChangeLog.75606 (DRIVE_INDEX, VOLINFO_STILL_VALID): New macros.
/dports/editors/emacs/emacs-27.2/src/
H A Dw32.c3297 #define DRIVE_INDEX( c ) ( (c) <= 'Z' ? (c) - 'A' : (c) - 'a' ) macro
3300 fixed_drives[ DRIVE_INDEX (root_dir[0]) ] ) \
3368 if (isalpha (root_dir[0]) && !fixed[DRIVE_INDEX (root_dir[0])]) in GetCachedVolumeInformation()
10290 fixed_drives[DRIVE_INDEX (*drive)] = in init_ntproc()
H A DChangeLog.75606 (DRIVE_INDEX, VOLINFO_STILL_VALID): New macros.