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

12

/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_beep.c50 * Sound the current terminal's audible bell if it has one. If not,
65 } else if (bell) {
66 TPUTS_TRACE("bell");
67 res = putp(bell);
H A Dlib_flash.c50 * sound the audible bell if one exists.
66 } else if (bell) {
67 TPUTS_TRACE("bell");
68 res = putp(bell);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h57 extern int bell; /* ring bell on cmd completion */
114 char c_bell; /* give bell when command completes */
H A Dglobals.c16 int bell; /* ring bell on cmd completion */ variable
H A Ddomacro.c133 if (bell && c->c_bell) {
H A Dcmds.c872 onoff(verbose), onoff(bell), onoff(interactive),
908 bell = !bell;
909 printf("Bell mode %s.\n", onoff(bell));
910 code = bell;
H A Dmain.c330 if (bell && c->c_bell)
/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c492 bell();
698 bell();
741 bell();
946 bell();
1147 bell();
1215 bell();
1257 bell();
1269 bell();
1276 bell();
H A Dsignal.c48 bell();
H A Dforwback.c42 * Sound the bell to indicate user is trying to move past end of file.
48 bell();
H A Dfuncs.h21 public void bell ();
H A Doutput.c502 bell();
H A Dcommand.c985 bell();
1641 bell();
1794 bell();
/freebsd-9.3-release/contrib/tnftp/src/
H A Ddomacro.c140 if (bell && c->c_bell)
H A Dftp_var.h131 char c_bell; /* give bell when command completes */
214 GLOBAL int bell; /* ring bell on cmd completion */ variable
H A Dmain.c732 if (bell && c->c_bell)
H A Dcmds.c832 onoff(verbose), onoff(bell), onoff(interactive), onoff(doglob));
916 code = togglevar(argc, argv, &bell, "Bell mode");
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c162 always_delay = (string == bell) || (string == flash_screen);
H A Dparse_entry.c749 if (WANTED(bell))
750 bell = _nc_save_str("\007");
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h728 uint64_t bell : 2; /**< Incoming Doorbell FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_s
760 uint64_t bell : 2;
773 uint64_t bell : 2; /**< Incoming Doorbell FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xxp1
803 uint64_t bell : 2;
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.uwin293 bell bel str bl - - YB-GE audible signal (bell) (P)
337 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
H A DCaps325 bell bel str bl - - YB-GE audible signal (bell) (P)
369 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
H A DCaps.aix4325 bell bel str bl - - YB-GE audible signal (bell) (P)
369 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
H A DCaps.hpux11327 bell bel str bl - - YB-GE audible signal (bell) (P)
371 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)
H A DCaps.keys327 bell bel str bl - - YB-GE audible signal (bell) (P)
371 flash_screen flash str vb - - YBCGE visible bell (may not move cursor)

Completed in 189 milliseconds

12