orig_termios      113 src/simh/linehistory.c static struct termios orig_termios; /* In order to restore at exit.*/
orig_termios      249 src/simh/linehistory.c   if (tcgetattr(fd, &orig_termios) == -1)
orig_termios      254 src/simh/linehistory.c   raw = orig_termios; /* modify the original mode */
orig_termios      286 src/simh/linehistory.c   if (rawmode && tcsetattr(fd, TCSAFLUSH, &orig_termios) != -1)