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

/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbeep.c47 * Sound the current terminal's audible bell if it has one. If
57 if (bell != (char *) 0)
58 (void) tputs(bell, 1, __m_outc);
69 * sound the audible bell if one exists.
80 else if (bell != (char *) 0)
81 (void) tputs(bell, 1, __m_outc);
H A Dcaps142 bell bel bl str Audible signal (bell) (P)
186 flash_screen flash vb str Visible bell (may not move cursor)
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbeep.c53 * Sound the current terminal's audible bell if it has one. If
59 if (bell != NULL)
60 (void) TPUTS(bell, 1, __m_outc);
71 * sound the audible bell if one exists.
78 else if (bell != NULL)
79 (void) TPUTS(bell, 1, __m_outc);
H A Dcaps142 bell bel bl str Audible signal (bell) (P)
186 flash_screen flash vb str Visible bell (may not move cursor)
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dtputs.c61 * and bell. We cannot force users to code mandatory padding
67 * padding for flash and bell.
69 if (ocp == bell || ocp == flash_screen)
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dwyse.ti80 wy30-vb|wyse30-vb|wyse 30 Visable bell,
91 wy30p-vb|wyse30p-vb|wyse 30 plus Visable bell,
113 wyse50-vb|wy50-vb|wyse-50-vb|wy-50-vb|Wyse 50 Visable bell,
120 wy50-wvb|wyse50-wvb|wy-50-wvb|wyse-50-wvb|Wyse 50 132-column Visable bell,
198 wy60-vb|wyse60-vb|Wyse 60 Visable bell,
201 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column Visable bell,
241 wy99gt-vb|wyse99gt-vb|Wyse 99gt Visable bell,
295 wy75-vb|wyse75-vb|wyse 75 with visible bell,
302 wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns,
343 # Wyse 85 with visual bell
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c159 if (bell && c->c_bell) {
H A Dcmds.c885 onoff(verbose), onoff(bell), onoff(interactive),
919 bell = !bell;
920 (void) printf("Bell mode %s.\n", onoff(bell));
921 code = bell;
H A Dftp_var.h112 EXTERN int bell; /* ring bell on cmd completion */ variable
222 char c_bell; /* give bell when command completes */
H A Dmain.c400 if (bell && c->c_bell)
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_vget.c496 else if (bell)
497 vputp(bell, 0);
H A Dex_subr.c173 putpad((unsigned char *)bell);
/opensolaris-onvv-gate/usr/src/cmd/pg/
H A Dpg.c490 #define BEEP() if (bell) { (void) putp(bell); (void) fflush(stdout); }
/opensolaris-onvv-gate/usr/src/cmd/more/
H A Dmore.c1016 write(2, &bell, 1);
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dforth.c1131 bell(fcode_env_t *env) function
2619 ANSI(0x0ab, 0, "bell", bell);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1387 L<http://www.cs.bell-labs.com/cm/cs/cstr.html>.

Completed in 187 milliseconds