Home
last modified time | relevance | path

Searched refs:Cmd_StopSound (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dconsole.h53 bool Cmd_StopSound(int argc, const char **argv);
80 bool Cmd_StopSound(int argc, const char **argv);
106 bool Cmd_StopSound(int argc, const char **argv);
124 bool Cmd_StopSound(int argc, const char **argv);
H A Dconsole.cpp67 registerCmd("stopSound", WRAP_METHOD(MystConsole, Cmd_StopSound)); in MystConsole()
243 bool MystConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::MystConsole
383 registerCmd("stopSound", WRAP_METHOD(RivenConsole, Cmd_StopSound)); in RivenConsole()
467 bool RivenConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::RivenConsole
754 registerCmd("stopSound", WRAP_METHOD(LivingBooksConsole, Cmd_StopSound)); in LivingBooksConsole()
773 bool LivingBooksConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::LivingBooksConsole
818 registerCmd("stopSound", WRAP_METHOD(CSTimeConsole, Cmd_StopSound)); in CSTimeConsole()
841 bool CSTimeConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::CSTimeConsole
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dconsole.h53 bool Cmd_StopSound(int argc, const char **argv);
80 bool Cmd_StopSound(int argc, const char **argv);
106 bool Cmd_StopSound(int argc, const char **argv);
125 bool Cmd_StopSound(int argc, const char **argv);
H A Dconsole.cpp68 registerCmd("stopSound", WRAP_METHOD(MystConsole, Cmd_StopSound)); in MystConsole()
244 bool MystConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::MystConsole
384 registerCmd("stopSound", WRAP_METHOD(RivenConsole, Cmd_StopSound)); in RivenConsole()
468 bool RivenConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::RivenConsole
755 registerCmd("stopSound", WRAP_METHOD(LivingBooksConsole, Cmd_StopSound)); in LivingBooksConsole()
775 bool LivingBooksConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::LivingBooksConsole
830 registerCmd("stopSound", WRAP_METHOD(CSTimeConsole, Cmd_StopSound)); in CSTimeConsole()
853 bool CSTimeConsole::Cmd_StopSound(int argc, const char **argv) { in Cmd_StopSound() function in Mohawk::CSTimeConsole