Home
last modified time | relevance | path

Searched refs:bell (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd/src/sbin/wsconsctl/
Dkeyboard.c47 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/
Dbell.c47 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/
DMAKEDEV.conf11 makedev sram audio speaker bell
32 bell)
33 mkdev bell c 33 0 666
/netbsd/src/sys/dev/dec/
Dlk201_ws.c198 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/
Dcmdbuf.c448 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()
Dmark.c209 bell(); in setmark()
228 bell(); in clrmark()
Dcommand.c456 bell(); in mca_opt_nonfirst_char()
1203 bell(); in forw_loop()
1910 bell(); in commands()
2107 bell(); in commands()
Dsignal.c54 bell(); in u_interrupt()
/netbsd/src/games/dab/
Dboard.cc202 void BOARD::bell(void) const in bell() function in BOARD
206 _scrn->bell(); in bell()
Dplayer.cc82 b.bell(); in domove()
Dgamescreen.h65 virtual void bell(void) = 0; // Beep
Dttyscrn.h53 void bell(void);
Dboard.h70 void bell(void) const; // Beep!
Dttyscrn.cc161 void TTYSCRN::bell(void) in bell() function in TTYSCRN
/netbsd/src/sys/arch/x68k/conf/
Dmajors.x68k34 device-major bell char 33 bell
/netbsd/src/tests/lib/libcurses/tests/
Dbeep4 compare bell.chk
/netbsd/src/sys/dev/wscons/
Dwscons_callbacks.h56 void (*bell)(dev_t, u_int, u_int, u_int));
Dwskbdvar.h62 void (*bell)(void *, u_int, u_int, u_int); member
/netbsd/src/distrib/utils/more/
Dcommand.c139 bell();
570 bell(); in commands()
/netbsd/src/external/bsd/nvi/dist/motif_l/
DTODO65 * bell user settable visible bell
/netbsd/src/external/bsd/tmux/dist/
Dexample_tmux.conf23 set -g bell-action none
/netbsd/src/sys/dev/
Dfiles.audio18 # console bell via audio device
/netbsd/src/usr.bin/ftp/
Ddomacro.c133 if (bell && c->c_bell) in domacro()
/netbsd/src/external/bsd/nvi/dist/ipc/
Dipc_cmd.c33 {"", ipc_unmarshall, OFFSET(IPSIOPS, bell)},
/netbsd/src/games/quiz/datfiles/
Dcollectives61 operating companies:at&t|bell system

1234