Home
last modified time | relevance | path

Searched refs:tty_orig (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
488 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); 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()
524 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); in echo_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 5 milliseconds