Lines Matching refs:SHTTY
54 #define SHTTY (insource ? OLDSTD : SHIN) macro
130 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()
680 if (tty_setty(SHTTY, &qutty) == -1) { in QuoteModeOn()
697 if (tty_setty(SHTTY, &edtty) == -1) { in QuoteModeOff()