Home
last modified time | relevance | path

Searched refs:t_new (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/appl/login/
H A Dread_string.c63 struct termios t_new, t_old; in read_string() local
84 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()