Lines Matching defs:newib
82 struct itebell ib, newib;
92 fd = initialize(_PATH_CONSOLE, &is, &ib, &newis, &newib);
107 fd = initialize(optarg, &is, &ib, &newis, &newib);
118 newib.pitch = xstrtol(optarg);
121 newib.msec = xstrtol(optarg);
125 newib.volume = xstrtol(optarg);
154 if (memcmp(&newib, &ib, sizeof(ib))) {
155 xioctl(fd, ITEIOCSBELL, &newib);
257 initialize(file, is, ib, newis, newib)
260 struct itebell *ib, *newib;
272 memcpy(newib, ib, sizeof(*ib));