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

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dpager.c44 static struct termios orig_termios; variable in typeref:struct:termios
61 tcgetattr(0, &orig_termios);
62 raw = orig_termios;
90 (void) tcsetattr(0, TCSAFLUSH, &orig_termios);

Completed in 44 milliseconds