Home
last modified time | relevance | path

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

/freebsd/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()
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 …]