Lines Matching defs:tty_orig
164 static long tty_orig[3], tty_new[3]; /* XXX Is there any guarantee that this
170 static DWORD tty_orig, tty_new;
173 static TTY_STRUCT tty_orig, tty_new;
386 if (GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), &tty_orig)) {
406 if (TTY_get(fileno(tty_in), &tty_orig) == -1) {
475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
488 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
498 tty_new[0] = tty_orig[0];
499 tty_new[1] = tty_orig[1] | TT$M_NOECHO;
500 tty_new[2] = tty_orig[2];
513 tty_new = tty_orig;
524 memcpy(&(tty_new), &(tty_orig), sizeof(tty_orig));
530 tty_new[0] = tty_orig[0];
531 tty_new[1] = tty_orig[1];
532 tty_new[2] = tty_orig[2];
545 tty_new = tty_orig;