Home
last modified time | relevance | path

Searched refs:TCGETA (Results 1 – 25 of 68) sorted by relevance

123

/titanic_44/usr/src/cmd/bnu/
H A Dline.c130 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) {
237 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0)
270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) {
366 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) { in savline()
404 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) {
448 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0)
H A Dcu.c462 Saved_tty = ( ioctl(TTYIN, TCGETA, &_Tv0) == 0 );
811 (void) ioctl (Cn, TCGETA, &_Lv);
1145 (void)ioctl(Cn, TCGETA, &_Tv);
1159 (void)ioctl(Cn, TCGETA, &_Tv);
1386 (void)ioctl(TTYIN, TCGETA, &_Tv); in _mode()
1658 if(ioctl(arg, TCGETA, &xv) < 0) {
H A Dfio.c124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) { in fturnon()
127 ioctl(Ifn, TCGETA, &ttbuf); in fturnon()
/titanic_44/usr/src/lib/libnsl/dial/
H A Dline.c120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) in fixline()
220 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) in sethup()
239 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) { in savline()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Disatty.c44 if(ioctl(f, TCGETA, &tty) < 0)
/titanic_44/usr/src/lib/libc/port/gen/
H A Disatty.c50 if (ioctl(f, TCGETA, &tty) < 0) { in isatty()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermio.h54 #define TCGETA _IOR('T', 1, struct termio) macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermio.h54 #define TCGETA _IOR('T', 1, struct termio) macro
/titanic_44/usr/src/cmd/ttymon/
H A Dtmterm.c151 if (ioctl(fd, TCGETA, &termio) != 0) {
234 if (ioctl(fd,TCGETA,&termio) < 0) { in hang_up_line()
H A Dtmautobaud.c86 if (ioctl(fd, TCGETA, &termio) == -1) { in auto_termio()
/titanic_44/usr/src/lib/libcurses/screen/
H A Ddef_prog.c57 (void) ioctl(cur_term -> Filedes, TCGETA, &(PROGTTY)); in def_prog_mode()
/titanic_44/usr/src/lib/efcode/engine/
H A Dsignal.c78 ioctl(fileno(stdin), TCGETA, &saved_termio); in install_handlers()
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c114 if ( ioctl(ttyi, TCGETA, &termio) == -1 ) { in setupline()
185 if ( ioctl(ttyi, TCGETA, &termio) == -1 ) in resetline()
229 if ( ioctl(0, TCGETA, &oldtermio) == -1 ) in setupstdin()
/titanic_44/usr/src/lib/libc/port/stdio/
H A Dgetpass.c92 (void) ioctl(fileno(fi), TCGETA, &ttyb); in __getpass()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dterminal.h106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/titanic_44/usr/src/cmd/power/
H A Dpm_pam_conv.c78 (void) ioctl(fileno(stdin), TCGETA, &tty); in getinput()
/titanic_44/usr/src/cmd/more/
H A Dmore.c1518 if (!(no_tty = ioctl(1, TCGETA, &otty))) { in initterm()
1553 no_intty = ioctl(0, TCGETA, &otty); in initterm()
1554 ioctl(2, TCGETA, &otty); in initterm()
1753 ioctl(2, TCGETA, &otty); /* save old tty modes */ in set_tty()
1754 ioctl(2, TCGETA, &ntty); in set_tty()

123