Searched defs:TCSANOW (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dgetpass.c63 if(tcsetattr(sffileno(iop),TCSANOW,&tnew) < 0)
69 tcsetattr(sffileno(iop),TCSANOW,&told); local
/ast/src/lib/libcodex/
H A Dcodexgetpass.c56 tcsetattr(sffileno(rp), TCSANOW, &tty); local
69 tcsetattr(sffileno(rp), TCSANOW, &tty); local
/ast/src/cmd/ie/
H A Dterminal.h44 #if !defined(TCSETS) && !defined(TCSANOW)
49 # ifndef TCSANOW
50 # define TCSANOW TCSETS macro
56 # endif /* TCSANOW */
126 #ifndef TCSANOW
128 # define TCSANOW TCSETA macro
138 # define TCSANOW TIOCSETN macro
143 #endif /* TCSANOW */
/ast/src/cmd/ksh93/include/
H A Dterminal.h62 # ifndef TCSANOW
63 # define TCSANOW TCSETS macro
66 # endif /* TCSANOW */
134 # ifndef TCSANOW
136 # define TCSANOW TCSETA macro
146 # define TCSANOW TIOCSETN macro
151 # endif /* TCSANOW */
/ast/src/cmd/mailx/
H A Dtty.c111 # ifndef TCSANOW
112 # define TCSANOW TCSETS macro
115 # endif /* TCSANOW */
183 # ifndef TCSANOW
185 # define TCSANOW TCSETA macro
195 # define TCSANOW TIOCSETN macro
200 # endif /* TCSANOW */

Completed in 21 milliseconds