Lines Matching defs:ib
82 struct itebell ib, newib;
92 fd = initialize(_PATH_CONSOLE, &is, &ib, &newis, &newib);
107 fd = initialize(optarg, &is, &ib, &newis, &newib);
154 if (memcmp(&newib, &ib, sizeof(ib))) {
156 xioctl(fd, ITEIOCGBELL, &ib);
186 ib.volume, ib.msec, ib.pitch);
257 initialize(file, is, ib, newis, newib)
260 struct itebell *ib, *newib;
269 xioctl(fd, ITEIOCGBELL, ib);
272 memcpy(newib, ib, sizeof(*ib));