HomeSort by: relevance | last modified time | path
    Searched defs:newis (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/iteconfig/
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...]
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...]

Completed in 49 milliseconds