Home
last modified time | relevance | path

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

/original-bsd/lib/libcurses/
H A Dtstp.c31 if (tcgetattr(STDIN_FILENO, &save))
64 (void)tcgetattr(STDIN_FILENO, &__orig_termios);
H A Dtty.c52 if (tcgetattr(STDIN_FILENO, &__orig_termios)) in gettmode()
247 return (tcgetattr(STDIN_FILENO, &savedtty) ? ERR : OK); in savetty()
/original-bsd/lib/libc/gen/
H A Disatty.c21 return(tcgetattr(fd, &t) != -1);
H A Dtermios.c26 tcgetattr(fd, t) in tcgetattr() function
205 if (tcgetattr(fd, &term) == -1)
H A Dgetpass.c45 (void)tcgetattr(fileno(fp), &term);
H A DMakefile.inc86 MLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfsetospeed.3 \
/original-bsd/libexec/getty/
H A Dttydefaults.c22 tcgetattr(fd, &term);
/original-bsd/bin/csh/
H A Dfile.c89 (void) tcgetattr(SHIN, &tchars);
120 (void) tcgetattr(SHOUT, &tty); in back_to_col_1()
145 (void) tcgetattr(SHOUT, &tty);
301 (void) tcgetattr(SHOUT, &tty); in retype()
H A Dlex.c1375 if (tcgetattr(SHIN, &tty) == 0 && (tty.c_lflag & ICANON))
/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c66 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
71 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
75 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
225 tcgetattr(0, &old_tc); in TerminalSaveState()
398 tcgetattr(tin, &tmp_tc);
/original-bsd/usr.bin/rlogin/
H A Drlogin.c328 (void)tcgetattr(fd, &tt);
346 (void)tcgetattr(fd, &tt);
365 tcgetattr(0, &deftt);
708 tcgetattr(0, &tt);
715 tcgetattr(0, &tt);
/original-bsd/bin/stty/
H A Dstty.c72 if (tcgetattr(i.fd, &i.t) < 0)
/original-bsd/sys/sys/
H A Dtermios.h220 int tcgetattr __P((int, struct termios *));
/original-bsd/usr.bin/window/
H A Dwwtty.c37 if (tcgetattr(d, &t->ww_termios) < 0)
/original-bsd/usr.bin/tput/
H A Dtput.c182 if (tcgetattr(STDOUT_FILENO, &t) != -1) in setospeed()
/original-bsd/usr.bin/script/
H A Dscript.c84 (void)tcgetattr(STDIN_FILENO, &tt);
/original-bsd/usr.bin/tset/
H A Dtset.c52 if (tcgetattr(STDERR_FILENO, &mode) < 0)
H A Dset.c28 tcgetattr(STDERR_FILENO, &mode); in reset_mode()
/original-bsd/libexec/telnetd/
H A Dsys_term.c116 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
121 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
125 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
171 (void) tcgetattr(ttyfd, &termbuf); in init_termbuf()
173 (void) tcgetattr(pty, &termbuf); in init_termbuf()
/original-bsd/usr.sbin/sliplogin/
H A Dsliplogin.c275 if (tcgetattr(0, &tios) < 0) {
/original-bsd/libexec/rlogind/
H A Drlogind.c582 tcgetattr(fd, &tt);
603 tcgetattr(fd, &tt);
/original-bsd/usr.bin/more/
H A Dscreen.c127 tcgetattr(2, &s);
/original-bsd/sbin/startslip/
H A Dstartslip.c227 if (tcgetattr(fd, &t) < 0) {
/original-bsd/contrib/usr.x25/x29d/
H A Dx29d.c513 tcgetattr(pty, &tt); in x25_interrupt()
/original-bsd/lib/libedit/
H A Dtty.c416 #define tty_getty(el, td) tcgetattr((el)->el_infd, (td))