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