Home
last modified time | relevance | path

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

123456

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

123456