Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcsh/
H A Ded.init.c54 #define SHTTY (insource ? OLDSTD : SHIN) macro
130 if (tty_getty(SHTTY, &extty) == -1) { in ed_set_tty_eight_bit()
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()
[all …]