Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshtty.c45 static struct termios _saved_tio; variable
57 return _saved_tio; in get_saved_tio()
65 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode()
82 _saved_tio = tio; in enter_raw_mode()