Home
last modified time | relevance | path

Searched defs:Beep (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeplay.cpp45 #define Beep(A,B) { sound(A); usleep(CFG ? B*CFG->beepfactor+1 : B*1000); } macro
49 #define Beep(A,B) { DosBeep(A, CFG ? B*CFG->beepfactor/1000+1 : B); } macro
53 #define Beep(A,B) { (Beep)(A, CFG ? B*CFG->beepfactor/1000+1 : B); } macro
57 #define Beep(A,B) { } macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsound.cxx27 void Sound::Beep() in Beep() function in Sound
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsound.cxx27 void Sound::Beep() in Beep() function in Sound
/dports/sysutils/edk2/edk2-platforms-89f6170d/Features/Intel/Debugging/BeepDebugFeaturePkg/Library/BeepLib/
H A DBeepLibNull.c32 Beep ( in Beep() function
/dports/audio/snack/snack2.2.10/demos/tcl/
H A Dnotescale.tcl13 proc Beep {freq} { procedure
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdk_util.h57 #define Beep CDKBeep macro
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/impl/
H A Dncbi_os_mswin.h62 # define Beep Beep macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/impl/
H A Dncbi_os_mswin.h62 # define Beep Beep macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.Beep.cs13 internal static extern bool Beep(int frequency, int duration); in Beep() method in Interop.Kernel32
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/tcell/v2/
H A Dtscreen_bsd.go118 func (t *tScreen) Beep() error { func
H A Dtscreen_stub.go34 func (t *tScreen) Beep() error { func
H A Dtscreen_darwin.go139 func (t *tScreen) Beep() error { func
H A Dtscreen_windows.go40 func (t *tScreen) Beep() error { func
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/gdamore/tcell/
H A Dtscreen_bsd.go118 func (t *tScreen) Beep() error { func
H A Dtscreen_darwin.go139 func (t *tScreen) Beep() error { func
H A Dtscreen_stub.go34 func (t *tScreen) Beep() error { func
/dports/textproc/up/up-0.4/vendor/github.com/gdamore/tcell/
H A Dtscreen_stub.go34 func (t *tScreen) Beep() error { func
H A Dtscreen_bsd.go118 func (t *tScreen) Beep() error { func
H A Dtscreen_darwin.go139 func (t *tScreen) Beep() error { func
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/gdamore/tcell/v2/
H A Dtscreen_bsd.go118 func (t *tScreen) Beep() error { func
H A Dtscreen_stub.go34 func (t *tScreen) Beep() error { func
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dstat_tables.test140 set @save_optimizer_switch=@@optimizer_switch;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsSoundProxy.cpp29 nsSoundProxy::Beep() { in Beep() function in nsSoundProxy
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsSoundProxy.cpp29 nsSoundProxy::Beep() { in Beep() function in nsSoundProxy
/dports/www/firefox/firefox-99.0/widget/
H A DnsSoundProxy.cpp29 nsSoundProxy::Beep() { in Beep() function in nsSoundProxy

12345678910>>...17