orig_termios 111 src/simh/linehistory.c static struct termios orig_termios; /* In order to restore at exit.*/ orig_termios 247 src/simh/linehistory.c if (tcgetattr(fd, &orig_termios) == -1) orig_termios 252 src/simh/linehistory.c raw = orig_termios; /* modify the original mode */ orig_termios 295 src/simh/linehistory.c if (rawmode && tcsetattr(fd, TCSA_TYPE, &orig_termios) != -1)