Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.init.c51 static ttydata_t extty, edtty, tstty; variable
52 #define qutty tstty
191 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 …]