Lines Matching refs:bell
183 XkbBellNotifyEvent *bell = &xkbev->bell;
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);
199 (unsigned int) bell->window, (bell->event_only ? "" : "!"));