Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Ded.init.c58 #define SHTTY (insource ? OLDSTD : SHIN) macro
134 if (tty_getty(SHTTY, &extty) == -1) { in ed_set_tty_eight_bit()
188 if (tty_getty(SHTTY, &extty) == -1) { in ed_Setup()
253 if (tty_setty(SHTTY, &extty) == -1) { in ed_Setup()
375 tty_setdisc(SHTTY, ED_IO); in Rawmode()
378 if (tty_getty(SHTTY, &tstty) == -1) { in Rawmode()
538 if (tty_setty(SHTTY, &edtty) == -1) { in Rawmode()
560 tty_setdisc(SHTTY, EX_IO); in Cookedmode()
571 res = tty_setty(SHTTY, &extty); in Cookedmode()
684 if (tty_setty(SHTTY, &qutty) == -1) { in QuoteModeOn()
[all …]