Home
last modified time | relevance | path

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

/linux/tools/accounting/
H A Ddelaytop.c185 static struct termios orig_termios; variable
190 tcgetattr(STDIN_FILENO, &orig_termios); in enable_raw_mode()
191 raw = orig_termios; in enable_raw_mode()
197 tcsetattr(STDIN_FILENO, TCSAFLUSH, &orig_termios); in disable_raw_mode()