Lines Matching refs:tbuf
263 static struct termio tbuf; local
270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) {
273 tbufs.c_lflag = tbuf.c_lflag;
274 tbufs.c_oflag = tbuf.c_oflag;
275 tbufs.c_iflag = tbuf.c_iflag;
276 tbufs.c_cflag = tbuf.c_cflag;
278 tbufs.c_cc[i] = tbuf.c_cc[i];
318 tbuf.c_lflag = tbufs.c_lflag;
319 tbuf.c_oflag = tbufs.c_oflag;
320 tbuf.c_iflag = tbufs.c_iflag;
321 tbuf.c_cflag = tbufs.c_cflag;
323 tbuf.c_cc[i] = tbufs.c_cc[i];
324 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
341 tbuf.c_lflag = tbufs.c_lflag;
342 tbuf.c_oflag = tbufs.c_oflag;
343 tbuf.c_iflag = tbufs.c_iflag;
344 tbuf.c_cflag = tbufs.c_cflag;
346 tbuf.c_cc[i] = tbufs.c_cc[i];
347 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)