Searched refs:ttbufs (Results 1 – 2 of 2) sorted by relevance
113 struct termios ttbufs; in fixline() local119 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { in fixline()122 ttbufs.c_lflag = ttbuf.c_lflag; in fixline()123 ttbufs.c_oflag = ttbuf.c_oflag; in fixline()124 ttbufs.c_iflag = ttbuf.c_iflag; in fixline()125 ttbufs.c_cflag = ttbuf.c_cflag; in fixline()127 ttbufs.c_cc[i] = ttbuf.c_cc[i]; in fixline()140 ttbufs.c_cflag &= 0xffff0000; in fixline()141 (void) cfsetospeed(&ttbufs, speed); in fixline()143 ospeed = cfgetospeed(&ttbufs); in fixline()[all …]
123 struct termios ttbufs; local129 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) {133 ttbufs.c_lflag = ttbuf.c_lflag;134 ttbufs.c_oflag = ttbuf.c_oflag;135 ttbufs.c_iflag = ttbuf.c_iflag;136 ttbufs.c_cflag = ttbuf.c_cflag;138 ttbufs.c_cc[i] = ttbuf.c_cc[i];150 ttbufs.c_cflag &= 0xffff0000;151 cfsetospeed(&ttbufs, speed);153 ospeed = cfgetospeed(&ttbufs);[all …]