Searched defs:beep (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_beep.c49 beep(void) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbeep.c30 * beep.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/beep.c 1.2 1995/07/14 20:51:19 ant Exp $";
51 beep() function
54 __m_trace("beep(void)");
64 return __m_return_code("beep", OK);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbeep.c32 * beep.c
45 "libxcurses/src/libc/xcurses/rcs/beep.c 1.2 1998/05/08 15:17:43 "
57 beep(void) function
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshpiano.sh51 function beep function
H A Dgnaw.sh60 function beep function
396 *) beep ;;
624 beep
631 beep
854 beep ; beep ; sleep 0.2 ; beep ; beep
/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c29 * This is the Beep module for supporting keyboard beep for keyboards
43 #include <sys/beep.h>
81 * Called from beep driver attach routine
246 * beep :
251 beep(enum beep_type type) function
256 BEEP_DEBUG1((CE_CONT, "beep(%d) : start.", type));
265 BEEP_DEBUG((CE_WARN, "beep : invalid type."));
322 /* Start another beep only if the previous one is over */
368 /* If already processing a beep, queue this one */
395 /* Start another beep onl
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c65 (void) beep();
487 * Ring or beep.
491 beep(void) function
H A Dex_vis.h293 #define beep obeep macro
303 int beep();
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S337 jmp start_input # Skip beep
342 beep: movb $ASCII_BEL,%al # Input error, print or beep label
423 jae beep # Not in F1..F5, beep
432 jnc beep # No
489 jc beep # If error
491 jne beep # No
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c83 #define beep() ed_ringbell() macro
377 beep();
495 beep();
537 beep();
628 beep();
649 beep();
684 beep();
839 beep();
915 beep();
920 beep();
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c402 beep(void) function
406 tprintf("TRACE- beep()\n");
791 beep();
/illumos-gate/usr/src/man/man3curses/
H A DMakefile139 beep.3curses \
651 beep.3curses := LINKSRC = curs_beep.3curses

Completed in 87 milliseconds