Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dterminal.c679 struct tchars original_tchars; variable
777 ioctl (tty, TIOCGETC, &original_tchars); in terminal_prep_terminal()
778 temp = original_tchars; in terminal_prep_terminal()
845 ioctl (tty, TIOCSETC, &original_tchars); in terminal_unprep_terminal()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.463450 (original_tchars, original_ltchars): Define them only if needed.