Searched refs:bell (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/lib/libcurses/
H A Dbell.c1 /* $NetBSD: bell.c,v 1.10 2021/09/06 07:03:49 rin Exp $ */
34 __RCSID("$NetBSD: bell.c,v 1.10 2021/09/06 07:03:49 rin Exp $");
42 * Ring the terminal bell
47 if (bell != NULL) {
49 tputs(bell, 0, __cputchar);
67 } else if (bell != NULL) {
69 tputs(bell, 0, __cputchar);
/netbsd-current/sbin/wsconsctl/
H A Dkeyboard.c47 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
[all...]
/netbsd-current/etc/etc.x68k/
H A DMAKEDEV.conf11 makedev sram audio speaker bell
32 bell)
33 mkdev bell c 33 0 666
/netbsd-current/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 in struct:wskbd_consops
/netbsd-current/games/dab/
H A Dplayer.cc82 b.bell();
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 Dboard.cc201 // Ring the bell
202 void BOARD::bell(void) const function in class:BOARD
206 _scrn->bell();
H A Dttyscrn.cc161 void TTYSCRN::bell(void) function in class:TTYSCRN
/netbsd-current/sys/dev/dec/
H A Dlk201_ws.c198 lk201_bell(struct lk201_state *lks, struct wskbd_bell_data *bell) argument
202 if (bell->which & WSKBD_BELL_DOVOLUME) {
203 vol = 8 - bell->volume * 8 / 100;
/netbsd-current/external/bsd/tmux/dist/
H A Dexample_tmux.conf23 set -g bell-action none
/netbsd-current/usr.bin/ftp/
H A Ddomacro.c133 if (bell && c->c_bell)
H A Dftp_var.h126 char c_bell; /* give bell when command completes */
210 GLOBAL int bell; /* ring bell on cmd completion */ variable
/netbsd-current/external/bsd/less/dist/
H A Dsignal.c54 bell();
H A Dcmdbuf.c448 bell();
644 bell();
688 bell();
1110 bell();
1178 bell();
1225 bell();
1237 bell();
1244 bell();
H A Dcommand.c456 bell();
1203 bell();
1910 bell();
2107 bell();
H A Dforwback.c53 * Sound the bell to indicate user is trying to move past end of file.
65 bell();
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dip.h95 IPFunc bell; member in struct:ip_si_operations
228 #define SI_BELL 3 /* Beep/bell/flash the terminal. */
H A Dipc_cmd.c33 {"", ipc_unmarshall, OFFSET(IPSIOPS, bell)},
/netbsd-current/distrib/utils/more/
H A Dcommand.c139 bell();
570 bell();
H A Dextern.h132 void bell __P((void));
H A Dscreen.c506 * Ring the terminal bell.
509 bell() function
/netbsd-current/sys/dev/hil/
H A Dhilkbd.c94 .bell = hilkbd_cnbell,

Completed in 196 milliseconds

12