Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c661 struct termios original_termios, ttybuff; variable
710 tcgetattr (tty, &original_termios); in terminal_prep_terminal()
848 tcsetattr (tty, TCSANOW, &original_termios); in terminal_unprep_terminal()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.467847 [HAVE_TERMIOS_H] (original_termios, ttybuff): New variables.