Home
last modified time | relevance | path

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

/openssl/crypto/ui/
H A Dui_openssl.c170 static DWORD tty_orig, tty_new; variable
173 static TTY_STRUCT tty_orig, tty_new; variable
489 tty_new.TTY_FLAGS &= ~ECHO; in noecho_console()
498 tty_new[0] = tty_orig[0]; in noecho_console()
500 tty_new[2] = tty_orig[2]; in noecho_console()
513 tty_new = tty_orig; in noecho_console()
514 tty_new &= ~ENABLE_ECHO_INPUT; in noecho_console()
530 tty_new[0] = tty_orig[0]; in echo_console()
531 tty_new[1] = tty_orig[1]; in echo_console()
532 tty_new[2] = tty_orig[2]; in echo_console()
[all …]

Completed in 8 milliseconds