/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | draino.c | 92 #ifdef TCSETAW in draino() 110 (void) ioctl(cur_term->Filedes, TCSETAW, &PROGTTY); in draino() 114 (void) ioctl(cur_term->Filedes, TCSETAW, &PROGTTY); in draino()
|
H A D | reset_sh.c | 70 (void) ioctl(cur_term -> Filedes, TCSETAW, &SHELLTTY); in reset_shell_mode()
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 122 # undef TCSETAW 135 # ifdef TCSETAW 141 # define TCSADRAIN TCSETAW
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | line.c | 223 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, 241 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); 324 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0) 347 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0) 435 ret = (*Ioctl)(tty, TCSETAW, &ttbuf); 452 ret = (*Ioctl)(tty, TCSETAW, &ttbuf); 463 return ((*Ioctl)(0, TCSETAW, &Savettyb)); in restline()
|
H A D | cu.c | 814 (void) ioctl (Cn, TCSETAW, &_Lv); 1151 (void)ioctl(Cn, TCSETAW, &_Tv); 1165 (void)ioctl(Cn, TCSETAW, &_Tv); 1383 (void)ioctl(TTYIN, TCSETAW, &_Tv0); in _mode() 1413 (void)ioctl(TTYIN, TCSETAW, &_Tv); in _mode()
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | line.c | 207 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, in fixline() 224 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); in sethup() 261 return ((*Ioctl)(0, TCSETAW, &Savettyb)); in restline()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | tty | 80 # undef TCSETAW 97 # ifdef TCSETAW 106 # endif /* TCSETAW */
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 107 # undef TCSETAW 124 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 86 # undef TCSETAW 103 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 107 # undef TCSETAW 124 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 86 # undef TCSETAW 103 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 107 # undef TCSETAW 124 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 86 # undef TCSETAW 103 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 86 # undef TCSETAW 103 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 107 # undef TCSETAW 124 # ifdef TCSETAW
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 86 # undef TCSETAW 103 # ifdef TCSETAW 112 # endif /* TCSETAW */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 86 # undef TCSETAW 103 # ifdef TCSETAW 112 # endif /* TCSETAW */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 86 # undef TCSETAW 103 # ifdef TCSETAW 112 # endif /* TCSETAW */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 86 # undef TCSETAW 103 # ifdef TCSETAW 112 # endif /* TCSETAW */
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termio.h | 56 #define TCSETAW _IOW('T', 3, struct termio) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termio.h | 56 #define TCSETAW _IOW('T', 3, struct termio) macro
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | getpass.c | 108 (void) ioctl(fileno(fi), TCSETAW, &ttyb); in __getpass()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 179 case TCSETAW: in ttycommon_ioctl() 297 case TCSETAW: in ttycommon_ioctl()
|
/titanic_44/usr/src/cmd/power/ |
H A D | pm_pam_conv.c | 97 (void) ioctl(fileno(stdin), TCSETAW, &tty); in getinput()
|
/titanic_44/usr/src/cmd/troff/ |
H A D | n5.c | 1300 ioctl(0, TCSETAW, &ttys); in restore_tty() 1340 ioctl(0, TCSETAW, &ttys); in echo_off() 1359 ioctl(0, TCSETAW, &ttys); in echo_on()
|