/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_beep.c | 61 NCURSES_SP_NAME(beep) (NCURSES_SP_DCL0) in NCURSES_EXPORT() 87 beep(void) in beep() function 89 return NCURSES_SP_NAME(beep) (CURRENT_SCREEN); in beep()
|
H A D | lib_getstr.c | 147 NCURSES_SP_NAME(beep) (NCURSES_SP_ARG); in wgetnstr_events() local
|
/freebsd/usr.bin/beep/ |
H A D | Makefile | 3 PROG= beep 4 MAN= beep.1
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 328 jmp start_input # Skip beep 333 beep: movb $ASCII_BEL,%al # Input error, print or beep label 414 jae beep # Not in F1..F5, beep 423 jnc beep # No 480 jc beep # If error 482 jne beep # No
|
/freebsd/contrib/dialog/ |
H A D | editbox.c | 218 beep(); in scroll_to() 235 beep(); in scroll_to() 554 beep(); in dlg_editbox() 597 beep(); in dlg_editbox() 725 beep(); in dlg_editbox() 729 beep(); in dlg_editbox() 733 beep(); in dlg_editbox()
|
H A D | mousewget.c | 71 (void) beep(); in mouse_wgetch() 75 (void) beep(); in mouse_wgetch()
|
H A D | yesno.c | 157 beep(); in dialog_yesno() 162 beep(); in dialog_yesno()
|
H A D | msgbox.c | 180 beep(); in dialog_msgbox() 185 beep(); in dialog_msgbox()
|
H A D | tailbox.c | 271 beep(); in handle_my_getc() 274 beep(); in handle_my_getc() 295 beep(); in handle_my_getc()
|
H A D | timebox.c | 68 beep(); in next_or_previous() 394 beep(); in dialog_timebox() 398 beep(); in dialog_timebox()
|
H A D | inputbox.c | 260 beep(); in dialog_inputbox() 264 beep(); in dialog_inputbox()
|
H A D | README | 19 [--backtitle <backtitle>] [--sleep <secs>] [--beep] [--beep-after]
|
H A D | textbox.c | 602 (void) beep(); in perform_search() 647 (void) beep(); in perform_search() 668 (void) beep(); in perform_search() 860 beep(); in dialog_textbox() 992 beep(); in dialog_textbox()
|
H A D | checklist.c | 406 beep(); in dlg_checklist() 596 beep(); in dlg_checklist() 600 beep(); in dlg_checklist()
|
H A D | treeview.c | 383 beep(); in dlg_treeview() 555 beep(); in dlg_treeview() 559 beep(); in dlg_treeview()
|
H A D | progressbox.c | 363 beep(); in pause_for_ok() 369 beep(); in pause_for_ok()
|
H A D | formbox.c | 267 beep(); in tab_next() 336 beep(); in scroll_next() 828 beep(); in dlg_form()
|
/freebsd/contrib/libedit/ |
H A D | common.c | 562 char beep = 0; in ed_prev_history() local 581 beep = 1; in ed_prev_history() 585 if (beep) in ed_prev_history() 599 el_action_t beep = CC_REFRESH, rval; in ed_next_history() local 608 beep = CC_REFRESH_BEEP; in ed_next_history() 612 return beep; in ed_next_history()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | t_curses.sh | 196 atf_test_case beep 203 h_run beep
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | beep | 3 call 1 beep
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_get_wstr.c | 165 beep(); in wgetn_wstr() 168 beep(); in wgetn_wstr()
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 66 static void beep (void); 411 beep(void) in beep() function 728 beep(); in tenex()
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-385-synology-ds116.dts | 55 * "2" : short beep 56 * "3" : long beep
|
/freebsd/contrib/dialog/samples/ |
H A D | wheel | 63 --beep --msgbox "ComeOn Linux! :-)" 0 0 --and-widget \
|
/freebsd/usr.bin/talk/ |
H A D | display.c | 186 beep(); in display()
|