Searched refs:Savettybs (Results 1 – 2 of 2) sorted by relevance
94 static struct termios Savettybs; variable238 if ((Saved_termios = (*Ioctl)(0, TCGETS, &Savettybs)) < 0) { in savline()249 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7; in savline()250 Savettybs.c_oflag |= OPOST; in savline()251 Savettybs.c_lflag |= (ISIG|ICANON|ECHO); in savline()263 return ((*Ioctl)(0, TCSETSW, &Savettybs)); in restline()
103 static struct termios Savettybs; variable365 if ((Saved_termios = (*Ioctl)(0, TCGETS, &Savettybs)) < 0) { in savline()377 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7 | PARENB; in savline()378 Savettybs.c_oflag |= OPOST; in savline()379 Savettybs.c_lflag |= (ISIG|ICANON|ECHO); in savline()465 return ((*Ioctl)(0, TCSETSW, &Savettybs)); in restline()