Home | History | Annotate | Download | only in iteconfig

Lines Matching defs:is

20  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
43 #error "This source is not suitable for this architecture!"
81 struct itewinsize is, newis;
92 fd = initialize(_PATH_CONSOLE, &is, &ib, &newis, &newib);
107 fd = initialize(optarg, &is, &ib, &newis, &newib);
150 if (memcmp(&newis, &is, sizeof(is))) {
152 xioctl(fd, ITEIOCGWINSZ, &is);
163 max_colors = 1 << is.depth;
184 is.width, is.height, is.depth, is.x, is.y);
257 initialize(file, is, ib, newis, newib)
259 struct itewinsize *is, *newis;
268 xioctl(fd, ITEIOCGWINSZ, is);
271 memcpy(newis, is, sizeof(*is));