iteconfig.c | 81 struct itewinsize is, newis; local in function:main 92 fd = initialize(_PATH_CONSOLE, &is, &ib, &newis, &newib); 99 newis.depth = xstrtol(optarg); 107 fd = initialize(optarg, &is, &ib, &newis, &newib); 112 newis.height = xstrtol(optarg); 129 newis.width = xstrtol(optarg); 133 newis.x = xstrtol(optarg); 137 newis.y = xstrtol(optarg); 150 if (memcmp(&newis, &is, sizeof(is))) { 151 xioctl(fd, ITEIOCSWINSZ, &newis); [all...] |