Home | History | Annotate | Download | only in test

Lines Matching refs:newt

86     struct termios oldt, newt;
92 newt = oldt;
93 newt.c_lflag &= ~( ICANON | ECHO );
94 tcsetattr( STDIN_FILENO, TCSANOW, &newt );