Searched refs:t_new (Results 1 – 1 of 1) sorted by relevance
63 struct termios t_new, t_old; in read_string() local84 memcpy(&t_new, &t_old, sizeof(t_new)); in read_string()85 t_new.c_lflag &= ~ECHO; in read_string()86 tcsetattr(fileno(tty), TCSANOW, &t_new); in read_string()