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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_flash.c55 * sound the audible bell if one exists.
73 } else if (bell) {
74 res = NCURSES_PUTP2_FLUSH("bell", bell);
H A Dlib_beep.c54 * Sound the current terminal's audible bell if it has one. If not,
73 } else if (bell) {
74 res = NCURSES_PUTP2_FLUSH("bell", bell);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/less/
H A Dsignal.c51 bell();
H A Dcmdbuf.c475 bell();
681 bell();
725 bell();
1167 bell();
1235 bell();
1284 bell();
1296 bell();
1303 bell();
H A Dforwback.c47 * Sound the bell to indicate user is trying to move past end of file.
60 bell();
H A Dcommand.c440 bell();
1159 bell();
1863 bell();
2056 bell();
H A Doutput.c616 bell();
H A Dfuncs.h24 public void bell LESSPARAMS ((VOID_PARAM));
H A Dscreen.c207 *sc_visual_bell, /* Visual bell (flash screen) sequence */
265 extern int quiet; /* If VERY_QUIET, use visual bell for bell */
2134 * {{ Yuck! There must be a better way to get a visual bell. }}
2181 * Output the "visual bell", if there is one.
2262 * Ring the terminal bell.
2265 bell(VOID_PARAM) function
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c295 always_delay = (string == bell) || (string == flash_screen);
H A Dtinfo_driver.c186 if (bell) {
187 res = NCURSES_PUTP2("bell", bell);
197 } else if (bell) {
198 res = NCURSES_PUTP2("bell", bell);
H A Dparse_entry.c762 if (WANTED(bell))
763 bell = _nc_save_str("\007");
/freebsd-11-stable/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-11-stable/sys/dev/syscons/
H A Dsyscons.c144 SYSCTL_INT(_hw_syscons, OID_AUTO, bell, CTLFLAG_RW, &enable_bell,
145 0, "enable bell");
964 case CONS_BELLTYPE: /* set bell type sound/visual */
1386 case KDMKTONE: /* sound the bell */

Completed in 332 milliseconds