Home
last modified time | relevance | path

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

/dragonfly/lib/libtcplay/
H A Dio.c396 struct termios termios_new; in read_passphrase() local
416 memcpy(&termios_new, &termios_old, sizeof(termios_new)); in read_passphrase()
417 termios_new.c_lflag &= ~ECHO; in read_passphrase()
426 tcsetattr(fd, TCSAFLUSH, &termios_new); in read_passphrase()