Searched refs:orig_termios (Results 1 - 1 of 1) sorted by relevance

/system/core/liblinenoise/
H A Dlinenoise.c86 static struct termios orig_termios; /* in order to restore at exit */ variable in typeref:struct:termios
124 if (tcgetattr(fd,&orig_termios) == -1) goto fatal;
126 raw = orig_termios; /* modify the original mode */
153 if (rawmode && tcsetattr(fd,TCSADRAIN,&orig_termios) != -1)

Completed in 44 milliseconds