Lines Matching refs:volume
41 static int volume = 0;
126 if ((sscanf(argv[i], " %i ", &volume) != 1) ||
127 (volume < -100) || (volume > 100)) {
133 fprintf(stderr, "Must specify volume for -v\n");
180 "-v <volume> specifies volume to use\n"
222 ok = XkbForceBell(dpy, volume);
224 ok = XkbBellEvent(dpy, win, volume, nameAtom);
226 ok = XkbBell(dpy, win, volume, nameAtom);
238 ok = XkbForceDeviceBell(dpy, devSpec, class, id, volume);
240 ok = XkbDeviceBellEvent(dpy, win, devSpec, class, id, volume,
243 ok = XkbDeviceBell(dpy, win, devSpec, class, id, volume, nameAtom);