Home
last modified time | relevance | path

Searched refs:TCSETAW (Results 1 – 25 of 66) sorted by relevance

123

/titanic_44/usr/src/lib/libcurses/screen/
H A Ddraino.c92 #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 Dreset_sh.c70 (void) ioctl(cur_term -> Filedes, TCSETAW, &SHELLTTY); in reset_shell_mode()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dterminal.h122 # undef TCSETAW
135 # ifdef TCSETAW
141 # define TCSADRAIN TCSETAW
/titanic_44/usr/src/cmd/bnu/
H A Dline.c223 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 Dcu.c814 (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 Dline.c207 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 Dtty80 # undef TCSETAW
97 # ifdef TCSETAW
106 # endif /* TCSETAW */
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h107 # undef TCSETAW
124 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW
103 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h107 # undef TCSETAW
124 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW
103 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h107 # undef TCSETAW
124 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW
103 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW
103 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h107 # undef TCSETAW
124 # ifdef TCSETAW
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermio.h56 #define TCSETAW _IOW('T', 3, struct termio) macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermio.h56 #define TCSETAW _IOW('T', 3, struct termio) macro
/titanic_44/usr/src/lib/libc/port/stdio/
H A Dgetpass.c108 (void) ioctl(fileno(fi), TCSETAW, &ttyb); in __getpass()
/titanic_44/usr/src/uts/common/io/
H A Dtty_common.c179 case TCSETAW: in ttycommon_ioctl()
297 case TCSETAW: in ttycommon_ioctl()
/titanic_44/usr/src/cmd/power/
H A Dpm_pam_conv.c97 (void) ioctl(fileno(stdin), TCSETAW, &tty); in getinput()
/titanic_44/usr/src/cmd/troff/
H A Dn5.c1300 ioctl(0, TCSETAW, &ttys); in restore_tty()
1340 ioctl(0, TCSETAW, &ttys); in echo_off()
1359 ioctl(0, TCSETAW, &ttys); in echo_on()

123