Lines Matching defs:bts
549 struct termios bts;
553 if ((error = (*ctl)(fp, TIOCGETA, &bts)) != 0)
556 btios2stios (&bts, &sts);
570 struct termios bts;
578 if ((error = (*ctl)(fp, TIOCGETA, &bts)) != 0)
585 btios2stios(&bts, &sts);
587 stios2btios(&sts, &bts);
590 &bts);
597 struct termios bts;
603 stios2btios (&sts, &bts);
605 &bts);