Searched refs:tty_new (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 164 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 488 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig)); in noecho_console() 489 tty_new.TTY_FLAGS &= ~ECHO; in noecho_console() 493 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in noecho_console() 498 tty_new[0] = tty_orig[0]; in noecho_console() 499 tty_new[1] = tty_orig[1] | TT$M_NOECHO; in noecho_console() 500 tty_new[2] = tty_orig[2]; in noecho_console() 501 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in noecho_console() [all …]
|