HomeSort by: relevance | last modified time | path
    Searched defs:bell (Results 1 - 10 of 10) sorted by relevancy

  /src/games/dab/
ttyscrn.cc 161 void TTYSCRN::bell(void) function in class:TTYSCRN
board.cc 201 // Ring the bell
202 void BOARD::bell(void) const function in class:BOARD
206 _scrn->bell();
  /src/sys/dev/wscons/
wskbdvar.h 62 void (*bell)(void *, u_int, u_int, u_int); member in struct:wskbd_consops
  /src/sbin/wsconsctl/
keyboard.c 47 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.volume.default", &dfbell.volume, FMT_UINT, FLG_MODIFY }
    [all...]
  /src/distrib/utils/more/
screen.c 506 * Ring the terminal bell.
509 bell() function
  /src/external/bsd/nvi/dist/ipc/
ip.h 95 IPFunc bell; member in struct:ip_si_operations
228 #define SI_BELL 3 /* Beep/bell/flash the terminal. */
  /src/usr.bin/ftp/
ftp_var.h 126 char c_bell; /* give bell when command completes */
211 GLOBAL int bell; /* ring bell on cmd completion */ variable
  /src/external/bsd/less/dist/
screen.c 221 *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
  /src/external/mit/xorg/lib/libxcb/files/
xinput.h 1058 } bell; member in struct:xcb_input_feedback_state_data_t
1281 } bell; member in struct:xcb_input_feedback_ctl_data_t
  /src/lib/libterminfo/
term.h 1139 #define bell t_bell(cur_term) macro
1537 * bell: Audible signal (bell)
1638 * flash_screen: Visible bell (may move cursor)

Completed in 30 milliseconds