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