Home
last modified time | relevance | path

Searched defs:numdrives (Results 1 – 8 of 8) sorted by relevance

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcd_sdl.c133 int numdrives; in CDAudio_SysStartup() local
174 int numdrives = SDL_CDNumDrives(); in CDAudio_SDL_CDDrive_f() local
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcd_sdl.c137 int numdrives; in CDAudio_SysStartup() local
178 int numdrives = SDL_CDNumDrives(); in CDAudio_SDL_CDDrive_f() local
/dports/games/darkplaces/darkplaces/
H A Dcd_sdl.c137 int numdrives; in CDAudio_SysStartup() local
178 int numdrives = SDL_CDNumDrives(); in CDAudio_SDL_CDDrive_f() local
/dports/shells/wcd/wcd-6.0.3/src/
H A Dfinddirs.c100 unsigned numdrives; in setdisk() local
158 unsigned long numdrives; in setdisk() local
/dports/games/avp/avp-20170505/src/
H A Dcdplayer.c35 int numdrives; in CDDA_Start() local
/dports/editors/fte/fte/src/
H A Dport.c148 ULONG drive, numdrives; in plGetdisk() local
/dports/archivers/arj/arj-3.10.22/
H A Denviron.c401 int numdrives; in setdisk() local
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmod_wrap.h142 …FMOD_RESULT getNumCDROMDrives (int *numdrives) { return FMOD_System_GetNumCDROMDrives(this, n… in getNumCDROMDrives()