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

12

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c1830 { "prefer-visible-bell", &_rl_prefer_visible_bell, V_SPECIAL },
1872 else if (_rl_stricmp (name, "prefer-visible-bell") == 0)
1918 { "bell-style", V_STRING, sv_bell_style },
2844 if (_rl_stricmp (name, "bell-style") == 0)
/netbsd-current/sys/dev/hyperv/
H A Dhvkbd.c174 .bell = NULL,
/netbsd-current/lib/libcurses/
H A DMakefile20 background.c bell.c border.c box.c chgat.c clear.c clearok.c \
/netbsd-current/tests/lib/libcurses/check_files/
H A DMakefile35 FILES+= bell.chk
/netbsd-current/external/bsd/less/dist/
H A Doutput.c606 bell();
H A Dfuncs.h28 public void bell(void);
H A Dscreen.c221 *sc_visual_bell, /* Visual bell (flash screen) sequence */
282 extern int quiet; /* If VERY_QUIET, use visual bell for bell */
2191 * {{ Yuck! There must be a better way to get a visual bell. }}
2237 * Output the "visual bell", if there is one.
2318 * Ring the terminal bell.
2320 public void bell(void) function
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dbind.c1786 { "prefer-visible-bell", &_rl_prefer_visible_bell, V_SPECIAL },
1828 else if (_rl_stricmp (name, "prefer-visible-bell") == 0)
1872 { "bell-style", V_STRING, sv_bell_style },
2794 if (_rl_stricmp (name, "bell-style") == 0)
/netbsd-current/sys/arch/luna68k/dev/
H A Dlunaws.c166 .bell = ws_cnbell,
566 * pitch: bell frequency in hertz
567 * period: bell period in ms
568 * volume: bell volume as a percentage (0-100) (as spkr(4))
/netbsd-current/sys/dev/pckbport/
H A Dpckbd.c150 .bell = pckbd_cnbell,
163 * Hackish support for a bell on the PC Keyboard; when a suitable beeper
/netbsd-current/usr.bin/ftp/
H A Dmain.c754 if (bell && c->c_bell)
H A Dcmds.c830 onoff(verbose), onoff(bell), onoff(interactive), onoff(doglob));
914 code = togglevar(argc, argv, &bell, "Bell mode");
/netbsd-current/sys/dev/wscons/
H A Dwskbd.c466 /* set default bell and key repeat data */
1445 if (wskbd_console_data.t_consops->bell != NULL)
1446 (*wskbd_console_data.t_consops->bell)
H A Dwsdisplay.c2385 void (*bell)(dev_t, u_int, u_int, u_int))
2387 wsdisplay_cons.cn_bell = bell;
2384 wsdisplay_set_cons_kbd(int (*get)(dev_t), void (*poll)(dev_t, int), void (*bell)(dev_t, u_int, u_int, u_int)) argument
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dxinput.c3258 /* xcb_input_feedback_state_data_t.bell.percent */
3259 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.percent;
3264 /* xcb_input_feedback_state_data_t.bell.pad2 */
3270 /* xcb_input_feedback_state_data_t.bell.pitch */
3271 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.pitch;
3276 /* xcb_input_feedback_state_data_t.bell.duration */
3277 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.duration;
3451 /* xcb_input_feedback_state_data_t.bell.percent */
3452 _aux->bell.percent = *(uint8_t *)xcb_tmp;
3456 /* xcb_input_feedback_state_data_t.bell
[all...]
H A Dxinput.h1058 } bell; member in struct:xcb_input_feedback_state_data_t
1281 } bell; member in struct:xcb_input_feedback_ctl_data_t
/netbsd-current/sys/dev/usb/
H A Dukbd.c343 .bell = NULL,
/netbsd-current/sys/dev/pci/
H A Dxmm7360.c598 static void xmm7360_ding(struct xmm_dev *xmm, int bell) argument
602 xmm->bar0[BAR0_DOORBELL] = bell;
/netbsd-current/lib/libterminfo/
H A Dterm.h1139 #define bell t_bell(cur_term) macro
1537 * bell: Audible signal (bell)
1638 * flash_screen: Visible bell (may move cursor)

Completed in 224 milliseconds

12