Searched refs:tstty (Results 1 – 1 of 1) sorted by relevance
51 static ttydata_t extty, edtty, tstty; variable52 #define qutty tstty191 tstty = edtty = extty; in ed_Setup()234 if (tty_cooked_mode(&tstty)) { in ed_Setup()235 tty_getchar(&tstty, ttychars[TS_IO]); in ed_Setup()374 if (tty_getty(SHTTY, &tstty) == -1) { in Rawmode()386 Tty_eight_bit = tty_geteightbit(&tstty); in Rawmode()387 T_Speed = tty_getspeed(&tstty); in Rawmode()403 T_Speed = tty_getspeed(&tstty); in Rawmode()404 Tty_eight_bit = tty_geteightbit(&tstty); in Rawmode()[all …]