Searched refs:SHTTY (Results 1 – 1 of 1) sorted by relevance
54 #define SHTTY (insource ? OLDSTD : SHIN) macro130 if (tty_getty(SHTTY, &extty) == -1) { in ed_set_tty_eight_bit()154 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L) in ed_Setup()184 if (tty_getty(SHTTY, &extty) == -1) { in ed_Setup()249 if (tty_setty(SHTTY, &extty) == -1) { in ed_Setup()371 tty_setdisc(SHTTY, ED_IO); in Rawmode()374 if (tty_getty(SHTTY, &tstty) == -1) { in Rawmode()534 if (tty_setty(SHTTY, &edtty) == -1) { in Rawmode()556 tty_setdisc(SHTTY, EX_IO); in Cookedmode()567 res = tty_setty(SHTTY, &extty); in Cookedmode()[all …]