Home
last modified time | relevance | path

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

/external/openssh/
Dsshtty.c47 static struct termios _saved_tio; variable
53 return _in_raw_mode ? &_saved_tio : NULL; in get_saved_tio()
61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()
78 _saved_tio = tio; in enter_raw_mode()