Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddraino.c90 #ifdef TCSETAW in draino()
108 (void) ioctl(cur_term->Filedes, TCSETAW, &PROGTTY); in draino()
112 (void) ioctl(cur_term->Filedes, TCSETAW, &PROGTTY); in draino()
H A Dreset_sh.c68 (void) ioctl(cur_term -> Filedes, TCSETAW, &SHELLTTY); in reset_shell_mode()
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c224 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0,
242 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf);
325 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
348 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
436 ret = (*Ioctl)(tty, TCSETAW, &ttbuf);
453 ret = (*Ioctl)(tty, TCSETAW, &ttbuf);
464 return ((*Ioctl)(0, TCSETAW, &Savettyb)); in restline()
H A Dcu.c809 (void) ioctl (Cn, TCSETAW, &_Lv);
1144 (void)ioctl(Cn, TCSETAW, &_Tv); in _dopercen()
1158 (void)ioctl(Cn, TCSETAW, &_Tv); in _dopercen()
1376 (void)ioctl(TTYIN, TCSETAW, &_Tv0); in _mode()
1406 (void)ioctl(TTYIN, TCSETAW, &_Tv); in _mode()
H A Dct.c349 (void) ioctl (0, TCSETAW, &termio); /* hang up terminal */
509 (void) ioctl (fileno(_Fdl), TCSETAW, &termio); /* hang up terminal */ in disconnect()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h122 # undef TCSETAW
135 # ifdef TCSETAW
141 # define TCSADRAIN TCSETAW
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c203 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0, in fixline()
220 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf); in sethup()
257 return ((*Ioctl)(0, TCSETAW, &Savettyb)); in restline()
H A Dcallers.c351 (void) ioctl(dcf, TCSETAW, &tty_orig); in processdev()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtty80 # undef TCSETAW
97 # ifdef TCSETAW
106 # endif /* TCSETAW */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetpass.c108 (void) ioctl(fileno(fi), TCSETAW, &ttyb); in __getpass()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c180 case TCSETAW: in ttycommon_ioctl()
298 case TCSETAW: in ttycommon_ioctl()
H A Dptem.c540 case TCSETAW: in ptemwput()
647 case TCSETAW: in ptemwmsg()
654 case TCSETAW: in ptemwmsg()
H A Dlogindmux.c666 case TCSETAW: in logdmuxlrput()
859 case TCSETAW: in logdmuxlrsrv()
H A Drlmod.c1116 case TCSETAW: in tty_flow()
1228 case TCSETAW: in rlmodwioctl()
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c1298 ioctl(0, TCSETAW, &ttys); in restore_tty()
1338 ioctl(0, TCSETAW, &ttys); in echo_off()
1357 ioctl(0, TCSETAW, &ttys); in echo_on()
/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c99 (void) ioctl(fileno(stdin), TCSETAW, &tty); in getinput()
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c531 (void) ioctl(1, TCSETAW, &ttyold); /* turn off cr-lf map */ in settabs()
689 (void) ioctl(1, TCSETAW, &ttyold); in endup()
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c341 if (ioctl(Out, TCSETAW, &ttybuf) < 0) { in setty()
351 if (ioctl(Out, TCSETAW, &savtty) < 0) in resetty()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h323 #define TCSETAW (_TIOC|3) macro
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c536 (void) ioctl(FILEDES, TCSETAW, (char *)&mode); in main()
1167 (void) ioctl(FILEDES, TCSETAW, (char *)ttymode); in setmode()
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c594 #define STTY(fd, mode) ioctl(fd, TCSETAW, mode) in initterm()

123