| /netbsd/src/sbin/wsconsctl/ |
| D | keyboard.c | 47 static struct wskbd_bell_data bell; variable 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 }, 124 bell.which = 0; in keyboard_get_values() 125 if (field_by_value(&bell.pitch)->flags & FLG_GET) in keyboard_get_values() 126 bell.which |= WSKBD_BELL_DOPITCH; in keyboard_get_values() 127 if (field_by_value(&bell.period)->flags & FLG_GET) in keyboard_get_values() 128 bell.which |= WSKBD_BELL_DOPERIOD; in keyboard_get_values() 129 if (field_by_value(&bell.volume)->flags & FLG_GET) in keyboard_get_values() [all …]
|
| /netbsd/src/lib/libcurses/ |
| D | bell.c | 47 if (bell != NULL) { in beep() 49 tputs(bell, 0, __cputchar); in beep() 67 } else if (bell != NULL) { in flash() 69 tputs(bell, 0, __cputchar); in flash()
|
| /netbsd/src/etc/etc.x68k/ |
| D | MAKEDEV.conf | 11 makedev sram audio speaker bell 32 bell) 33 mkdev bell c 33 0 666
|
| /netbsd/src/sys/dev/dec/ |
| D | lk201_ws.c | 198 lk201_bell(struct lk201_state *lks, struct wskbd_bell_data *bell) in lk201_bell() argument 202 if (bell->which & WSKBD_BELL_DOVOLUME) { in lk201_bell() 203 vol = 8 - bell->volume * 8 / 100; in lk201_bell()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | cmdbuf.c | 448 bell(); in cmd_ichar() 644 bell(); in cmd_updown() 688 bell(); in cmd_updown() 1110 bell(); in cmd_complete() 1178 bell(); in cmd_complete() 1225 bell(); in cmd_char() 1237 bell(); in cmd_char() 1244 bell(); in cmd_char()
|
| D | mark.c | 209 bell(); in setmark() 228 bell(); in clrmark()
|
| D | command.c | 456 bell(); in mca_opt_nonfirst_char() 1203 bell(); in forw_loop() 1910 bell(); in commands() 2107 bell(); in commands()
|
| D | signal.c | 54 bell(); in u_interrupt()
|
| /netbsd/src/games/dab/ |
| D | board.cc | 202 void BOARD::bell(void) const in bell() function in BOARD 206 _scrn->bell(); in bell()
|
| D | player.cc | 82 b.bell(); in domove()
|
| D | gamescreen.h | 65 virtual void bell(void) = 0; // Beep
|
| D | ttyscrn.h | 53 void bell(void);
|
| D | board.h | 70 void bell(void) const; // Beep!
|
| D | ttyscrn.cc | 161 void TTYSCRN::bell(void) in bell() function in TTYSCRN
|
| /netbsd/src/sys/arch/x68k/conf/ |
| D | majors.x68k | 34 device-major bell char 33 bell
|
| /netbsd/src/tests/lib/libcurses/tests/ |
| D | beep | 4 compare bell.chk
|
| /netbsd/src/sys/dev/wscons/ |
| D | wscons_callbacks.h | 56 void (*bell)(dev_t, u_int, u_int, u_int));
|
| D | wskbdvar.h | 62 void (*bell)(void *, u_int, u_int, u_int); member
|
| /netbsd/src/distrib/utils/more/ |
| D | command.c | 139 bell(); 570 bell(); in commands()
|
| /netbsd/src/external/bsd/nvi/dist/motif_l/ |
| D | TODO | 65 * bell user settable visible bell
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | example_tmux.conf | 23 set -g bell-action none
|
| /netbsd/src/sys/dev/ |
| D | files.audio | 18 # console bell via audio device
|
| /netbsd/src/usr.bin/ftp/ |
| D | domacro.c | 133 if (bell && c->c_bell) in domacro()
|
| /netbsd/src/external/bsd/nvi/dist/ipc/ |
| D | ipc_cmd.c | 33 {"", ipc_unmarshall, OFFSET(IPSIOPS, bell)},
|
| /netbsd/src/games/quiz/datfiles/ |
| D | collectives | 61 operating companies:at&t|bell system
|