Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c164 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this variable
170 static DWORD tty_orig, tty_new; variable
173 static TTY_STRUCT tty_orig, tty_new; variable
384 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) { in open_console()
404 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { in open_console()
473 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console()
486 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); in noecho_console()
496 tty_new[0] = tty_orig[0]; in noecho_console()
497 tty_new[1] = tty_orig[1] | TT$M_NOECHO; in noecho_console()
498 tty_new[2] = tty_orig[2]; in noecho_console()
[all …]