Home | Sort by: relevance | last modified time | path |
/src/lib/libcurses/ | |
bell.c | 41 * beep 45 beep(void) function in typeref:typename:int 48 __CTRACE(__CTRACE_MISC, "beep: bl\n"); 51 __CTRACE(__CTRACE_MISC, "beep: vb\n"); |
/src/lib/libc/gen/ | |
getpass.c | 170 #define beep() \ macro 214 beep(); 262 beep(); |
/src/lib/libedit/ | |
common.c | 563 char beep = 0; local in function:ed_prev_history 582 beep = 1; 586 if (beep) 600 el_action_t beep = CC_REFRESH, rval; local in function:ed_next_history 609 beep = CC_REFRESH_BEEP; 613 return beep; |
/src/games/larn/ | |
io.c | 56 * beep() routine to emit a beep if enabled 57 * (see no-beep in .larnopts) 983 * beep() Routine to emit a beep if enabled (see no-beep in .larnopts) 986 beep(void) function in typeref:typename:void |
/src/bin/csh/ | |
file.c | 93 static void beep(void); 385 beep(void) function in typeref:typename:void 682 if (numitems != 1) /* Beep = No match/ambiguous */ 683 beep(); |