tcgetattr
extern int tcgetattr(int fd, struct termios *termios);
tcgetattr(fFile, &options);
if (tcgetattr(fFd, &attr) < 0)
tcgetattr(slave, &tio);
if (tcgetattr(con->tty_slave_fd, &termios) == 0) {
if (tcgetattr(inFD, &termAttrs) != 0) {
tcgetattr(0, &old_tc);
tcgetattr(tin, &tmp_tc);
(void) tcgetattr(pty, &termbuf);
# define GTTY(f, s) tcgetattr(f, (zvoid *) s)
err = tcgetattr(ffd, &options);
if (tcgetattr(fileno(stdin), &termios) == 0) {
if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) {
tcgetattr(fSlaveFD, &tio);