| /xsrc/external/mit/xterm/dist/ |
| xtermcap.h | 82 #undef bell macro
|
| /xsrc/external/mit/xkbevd/dist/ |
| printev.c | 183 XkbBellNotifyEvent *bell = &xkbev->bell; local 185 fprintf(file, " bell class= %d, id= %d\n", bell->bell_class, 186 bell->bell_id); 187 fprintf(file, " percent= %d, pitch= %d, duration= %d", bell->percent, 188 bell->pitch, bell->duration); 189 if (bell->name != None) { 190 char *name = XGetAtomName(dpy, bell->name) [all...] |
| /xsrc/external/mit/xcalc/dist/ |
| actions.c | 52 static void bell(Widget w, XEvent *ev, String *vector, Cardinal *count); 108 {"bell", bell}, /* ring bell */ 128 {"nop", nop}, /* no operation, rings bell */ 191 static void bell(Widget w, XEvent *ev, String *vector, Cardinal *count) function
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbAccessX.c | 428 unsigned set, cleared, bell; local 433 bell = _BEEP_FEATURE_CHANGE; 435 bell = _BEEP_FEATURE_ON; 437 bell = _BEEP_FEATURE_OFF; 438 XkbDDXAccessXBeep(dev, bell, XkbAccessXTimeoutMask);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbAccessX.c | 419 unsigned set,cleared,bell; local 422 if (set && cleared) bell= _BEEP_FEATURE_CHANGE; 423 else if (set) bell= _BEEP_FEATURE_ON; 424 else bell= _BEEP_FEATURE_OFF; 425 XkbDDXAccessXBeep(dev,bell,XkbAccessXTimeoutMask);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| sunKbd.c | 196 * Ring the terminal/keyboard bell 199 * Ring the keyboard bell for an amount of time proportional to 209 bell(int fd, int duration) function 215 Error("Failed to activate bell"); 221 Error ("Failed to deactivate bell"); 230 if (percent == 0 || kctrl->bell == 0) 233 bell (pPriv->fd, kctrl->bell_duration * 1000); 245 bell(pPriv->fd, duration * 1000);
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| sunKbd.c | 105 static void bell(int, int); 238 * Ring the terminal/keyboard bell 241 * Ring the keyboard bell for an amount of time proportional to 251 bell(int fd, int duration) function 257 LogMessage(X_ERROR, "Failed to activate bell\n"); 263 LogMessage(X_ERROR, "Failed to deactivate bell\n"); 272 if (percent == 0 || kctrl->bell == 0) 275 bell (pPriv->fd, kctrl->bell_duration * 1000); 290 bell(pPriv->fd, duration * 1000);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| XKBlib.h | 198 Atom name; /* "name" of requested bell */ 264 XkbBellNotifyEvent bell; member in union:_XkbEvent
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| input.h | 166 int click, bell, bell_pitch, bell_duration; member in struct:__anon10826
|
| inputstr.h | 399 BellFeedbackPtr bell; member in struct:_ClassesRec 523 BellFeedbackPtr bell; member in struct:_DeviceIntRec
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| devices.c | 611 * Ring the bell. 612 * The actual task of ringing the bell is the job of the DDX. 918 BellFeedbackPtr *bell = (BellFeedbackPtr *) class; local 921 for (b = (*bell); b; b = bnext) { 961 FreeFeedbackClass(BellFeedbackClass, (void *) &classes->bell); 1583 if ((feedc->next = dev->bell)) 1584 feedc->ctrl.id = dev->bell->ctrl.id + 1; 1585 dev->bell = feedc; 2075 t = defaultKeyboardControl.bell; 2081 ctrl.bell = t [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| input.h | 203 int click, bell, bell_pitch, bell_duration; member in struct:__anon10234
|
| inputstr.h | 472 BellFeedbackPtr bell; member in struct:_ClassesRec 588 BellFeedbackPtr bell; member in struct:_DeviceIntRec
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| devices.c | 575 * Ring the bell. 576 * The actual task of ringing the bell is the job of the DDX. 851 BellFeedbackPtr *bell = (BellFeedbackPtr*)class; local 854 for (b = (*bell); b; b = bnext) { 893 FreeFeedbackClass(BellFeedbackClass, (pointer)&classes->bell); 1549 if ( (feedc->next = dev->bell) ) 1550 feedc->ctrl.id = dev->bell->ctrl.id + 1; 1551 dev->bell = feedc; 1925 t = defaultKeyboardControl.bell; 1931 ctrl.bell = t [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| XKBproto.h | 1268 xkbBellNotify bell; member in union:_xkbEvent::__anon11369
|