Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/
H A Dcurses.h97 extern SGTTY _tty;
160 (void) stty(_tty_ch, &_tty))
162 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty))
164 (void) stty(_tty_ch, &_tty))
166 (void) stty(_tty_ch, &_tty))
170 (void) stty(_tty_ch, &_tty))
172 (void) stty(_tty_ch, &_tty))
174 (void) stty(_tty_ch, &_tty))
176 (void) stty(_tty_ch, &_tty))
177 #define savetty() ((void) gtty(_tty_ch, &_tty), _res_flg = _tty.sg_flags)
[all …]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c69 if (gtty(_tty_ch, &_tty) < 0) in gettmode()
72 if (stty(_tty_ch, &_tty) < 0) in gettmode()
73 _tty.sg_flags = _res_flg; in gettmode()
74 ospeed = _tty.sg_ospeed; in gettmode()
75 _res_flg = _tty.sg_flags; in gettmode()
76 UPPERCASE = (_tty.sg_flags & LCASE) != 0; in gettmode()
77 GT = ((_tty.sg_flags & XTABS) == 0); in gettmode()
78 NONL = ((_tty.sg_flags & CRMOD) == 0); in gettmode()
79 _tty.sg_flags &= ~XTABS; in gettmode()
80 (void) stty(_tty_ch, &_tty); in gettmode()
H A Dtstp.c41 tty = _tty; in tstp()
51 _tty = tty; in tstp()
52 (void) stty(_tty_ch, &_tty); in tstp()
H A Dcurses.c47 SGTTY _tty; /* tty modes */ variable
H A Dcurses.ext32 extern SGTTY _tty;
H A Dmapfile-vers160 _tty { ASSERT = { TYPE = OBJECT; SIZE = 8; }; };
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile45 $(ID)_param.h $(ID)_sys.h $(ID)_time.h $(ID)_time.h $(ID)_tty.h \