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

/freebsd-10.2-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-10.2-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-10.2-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-10.2-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();
H A Dscreen.c178 *sc_visual_bell, /* Visual bell (flash screen) sequence */
225 extern int quiet; /* If VERY_QUIET, use visual bell for bell */
1912 * {{ Yuck! There must be a better way to get a visual bell. }}
1971 * Output the "visual bell", if there is one.
2052 * Ring the terminal bell.
2055 bell() function
/freebsd-10.2-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-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h809 uint64_t bell : 2; /**< Incoming Doorbell FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_s
841 uint64_t bell : 2;
853 uint64_t bell : 2; /**< Incoming Doorbell FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xx
886 uint64_t bell : 2;
897 uint64_t bell : 2; /**< Incoming Doorbell FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xxp1
927 uint64_t bell : 2;
/freebsd-10.2-release/sys/dev/syscons/
H A Dsyscons.c147 SYSCTL_INT(_hw_syscons, OID_AUTO, bell, CTLFLAG_RW, &enable_bell,
148 0, "enable bell");
890 case CONS_BELLTYPE: /* set bell type sound/visual */
1312 case KDMKTONE: /* sound the bell */

Completed in 282 milliseconds