Home
last modified time | relevance | path

Searched refs:CD_Init (Results 1 – 11 of 11) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_cd.cpp119 CD_Init ();
135 CD_Init ();
459 bool CD_Init () in CD_Init() function
463 return CD_Init (-1); in CD_Init()
469 if (drive >= 'A' && drive <= 'Z' && !CD_Init (drive - 'A')) in CD_Init()
470 return CD_Init (-1); in CD_Init()
475 bool CD_Init (int device) in CD_Init() function
516 if (guess >= 0 && CD_Init (guess)) in CD_InitID()
528 if (CD_Init (drive - 'A')) in CD_InitID()
/dports/games/zdoom/zdoom-2.8.1/src/posix/
H A Di_cd.cpp9 bool CD_Init () in CD_Init() function
14 bool CD_Init (int device) in CD_Init() function
/dports/games/zdoom/zdoom-2.8.1/src/
H A Di_cd.h51 bool CD_Init ();
52 bool CD_Init (int device);
/dports/audio/zmusic/ZMusic-1.1.8/source/musicformats/win32/
H A Di_cd.cpp429 return CD_Init (-1);
435 if (drive >= 'A' && drive <= 'Z' && !CD_Init(drive - 'A'))
437 return CD_Init(-1);
443 bool CD_Init (int device)
483 if (guess >= 0 && CD_Init (guess))
495 if (CD_Init (drive - 'A'))
H A Di_cd.h51 bool CD_Init (int device = -1);
/dports/games/jfsw/jfsw-c434002/jfaudiolib/src/
H A Ddrivers.c73 int (* CD_Init)(void); member
267 return (SoundDrivers[driver].CD_Init != 0); in SoundDriver_IsCDSupported()
371 return SoundDrivers[ASS_CDSoundDriver].CD_Init(); in SoundDriver_CD_Init()
H A Dcd.c56 int CD_Init(int SoundCard) in CD_Init() function
/dports/games/jfsw/jfsw-c434002/jfaudiolib/include/
H A Dcd.h37 int CD_Init(int SoundCard);
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_cd.cpp60 success = CD_Init (); in CDSong()
/dports/audio/zmusic/ZMusic-1.1.8/source/musicformats/
H A Dmusic_cd.cpp129 success = CD_Init (-1); in CDSong()
/dports/games/jfsw/jfsw-c434002/src/
H A Dsounds.c1316 status = CD_Init(devicetype); in MusicStartup()