Searched refs:TCSANOW (Results 1 - 11 of 11) sorted by relevance

/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 */
H A Dedit.c245 if(savefd<0 || tty_set(fd, TCSANOW, &ttyparm) == SYSERR)
1430 case TCSANOW:
/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/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/lib/libcs/
H A Dcsclient.c49 tcsetattr(0, TCSANOW, &state.old_term);
91 tcsetattr(0, TCSANOW, &state.new_term);
171 tcsetattr(0, TCSANOW, &state.old_term);
182 tcsetattr(0, TCSANOW, &state.new_term);
/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 */
/ast/src/cmd/ksh93/edit/
H A Dedit.c253 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR)
1544 case TCSANOW:
/ast/src/lib/libcmd/
H A Dstty.c965 if (tcsetattr(0, TCSANOW, &tty) < 0)
/ast/src/cmd/builtin/
H A Dpty.c272 if (ttyp && tcsetattr(*slave, TCSANOW, ttyp) < 0)
/ast/src/cmd/ksh93/sh/
H A Djobs.c693 tty_set(JOBTTY,TCSANOW,&my_stty);

Completed in 146 milliseconds