Symbol: bell
distrib/special/more/more.c
1004
write(STDERR_FILENO, &bell, 1);
distrib/special/more/more.c
1015
write(STDERR_FILENO, &bell, 1);
distrib/special/more/more.c
1070
write(STDERR_FILENO, &bell, 1);
distrib/special/more/more.c
1122
write(STDERR_FILENO, &bell, 1);
distrib/special/more/more.c
1136
write(STDERR_FILENO, &bell, 1);
distrib/special/more/more.c
625
static char bell = ctrl('G');
distrib/special/more/more.c
658
write(STDERR_FILENO, &bell, 1);
distrib/special/more/more.c
911
write(STDERR_FILENO, &bell, 1);
lib/libcurses/base/lib_beep.c
76
} else if (bell) {
lib/libcurses/base/lib_beep.c
77
res = NCURSES_PUTP2_FLUSH("bell", bell);
lib/libcurses/base/lib_flash.c
76
} else if (bell) {
lib/libcurses/base/lib_flash.c
77
res = NCURSES_PUTP2_FLUSH("bell", bell);
lib/libcurses/tinfo/lib_tputs.c
325
always_delay = (string == bell) || (string == flash_screen);
lib/libcurses/tinfo/parse_entry.c
899
if (WANTED(bell))
lib/libcurses/tinfo/parse_entry.c
900
bell = _nc_save_str("\007");
lib/libcurses/tinfo/tinfo_driver.c
267
if (bell) {
lib/libcurses/tinfo/tinfo_driver.c
268
res = NCURSES_PUTP2("bell", bell);
lib/libcurses/tinfo/tinfo_driver.c
278
} else if (bell) {
lib/libcurses/tinfo/tinfo_driver.c
279
res = NCURSES_PUTP2("bell", bell);
sbin/wsconsctl/keyboard.c
162
bell.which = 0;
sbin/wsconsctl/keyboard.c
163
if (field_by_value(keyboard_field_tab, &bell.pitch)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
164
bell.which |= WSKBD_BELL_DOPITCH;
sbin/wsconsctl/keyboard.c
165
if (field_by_value(keyboard_field_tab, &bell.period)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
166
bell.which |= WSKBD_BELL_DOPERIOD;
sbin/wsconsctl/keyboard.c
167
if (field_by_value(keyboard_field_tab, &bell.volume)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
168
bell.which |= WSKBD_BELL_DOVOLUME;
sbin/wsconsctl/keyboard.c
169
if (bell.which != 0 && ioctl(fd, WSKBDIO_SETBELL, &bell) == -1) {
sbin/wsconsctl/keyboard.c
44
static struct wskbd_bell_data bell;
sbin/wsconsctl/keyboard.c
57
{ "bell.pitch", &bell.pitch, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
58
{ "bell.period", &bell.period, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
59
{ "bell.volume", &bell.volume, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
84
bell.which = 0;
sbin/wsconsctl/keyboard.c
85
if (field_by_value(keyboard_field_tab, &bell.pitch)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
86
bell.which |= WSKBD_BELL_DOPITCH;
sbin/wsconsctl/keyboard.c
87
if (field_by_value(keyboard_field_tab, &bell.period)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
88
bell.which |= WSKBD_BELL_DOPERIOD;
sbin/wsconsctl/keyboard.c
89
if (field_by_value(keyboard_field_tab, &bell.volume)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
90
bell.which |= WSKBD_BELL_DOVOLUME;
sbin/wsconsctl/keyboard.c
91
if (bell.which != 0 && ioctl(fd, WSKBDIO_GETBELL, &bell) == -1)
sys/dev/wscons/wscons_callbacks.h
56
void (*bell)(dev_t, u_int, u_int, u_int));
sys/dev/wscons/wsdisplay.c
2145
void (*bell)(dev_t, u_int, u_int, u_int))
sys/dev/wscons/wsdisplay.c
2148
wsdisplay_cons.cn_bell = bell;
sys/dev/wscons/wskbd.c
1444
if (wskbd_console_data.t_consops->bell != NULL)
sys/dev/wscons/wskbd.c
1445
(*wskbd_console_data.t_consops->bell)
sys/dev/wscons/wskbdvar.h
60
void (*bell)(void *, u_int, u_int, u_int);
usr.bin/ftp/cmds.c
493
onoff(verbose), onoff(bell), onoff(interactive),
usr.bin/ftp/cmds.c
554
code = togglevar(argc, argv, &bell, "Bell mode");
usr.bin/ftp/domacro.c
128
if (bell && c->c_bell) {
usr.bin/ftp/ftp_var.h
109
extern int bell; /* ring bell on cmd completion */
usr.bin/ftp/main.c
811
if (bell && c->c_bell)
usr.bin/ftp/main.c
95
int bell;
usr.bin/mg/tty.c
239
putpad(bell, 1);