/src/games/dab/ |
ttyscrn.cc | 161 void TTYSCRN::bell(void) function in class:TTYSCRN
|
board.cc | 201 // Ring the bell 202 void BOARD::bell(void) const function in class:BOARD 206 _scrn->bell();
|
/src/sys/dev/wscons/ |
wskbdvar.h | 62 void (*bell)(void *, u_int, u_int, u_int); member in struct:wskbd_consops
|
/src/sbin/wsconsctl/ |
keyboard.c | 47 static struct wskbd_bell_data bell; variable in typeref:struct:wskbd_bell_data 66 { "bell.pitch", &bell.pitch, FMT_UINT, FLG_MODIFY }, 67 { "bell.period", &bell.period, FMT_UINT, FLG_MODIFY }, 68 { "bell.volume", &bell.volume, FMT_UINT, FLG_MODIFY }, 69 { "bell.pitch.default", &dfbell.pitch, FMT_UINT, FLG_MODIFY }, 70 { "bell.period.default", &dfbell.period, FMT_UINT, FLG_MODIFY }, 71 { "bell.volume.default", &dfbell.volume, FMT_UINT, FLG_MODIFY } [all...] |
/src/distrib/utils/more/ |
screen.c | 506 * Ring the terminal bell. 509 bell() function in typeref:typename:void
|
/src/usr.bin/ftp/ |
ftp_var.h | 127 char c_bell; /* give bell when command completes */ 219 GLOBAL int bell; /* ring bell on cmd completion */ variable in typeref:typename:GLOBAL int
|
/src/lib/libterminfo/ |
term.h | 1139 #define bell t_bell(cur_term) macro 1537 * bell: Audible signal (bell) 1638 * flash_screen: Visible bell (may move cursor)
|