Lines Matching defs:termiox
42 #include <sys/termiox.h>
70 struct termios *cb, struct termiox *termiox, struct winsize *winsize
283 termiox->x_hflag &= ~hmodes[i].reset;
284 termiox->x_hflag |= hmodes[i].set;
288 termiox->x_cflag &= ~clkmodes[i].reset;
289 termiox->x_cflag |= clkmodes[i].set;
360 struct stio *stermio, struct termiox *termiox, struct winsize *winsize
391 if (ioctl(fd, TCGETX, termiox) == 0)
421 struct stio *stermio, struct termiox *termiox, struct winsize *winsize,
458 if (ioctl(fd, TCSETXW, termiox) == -1)