Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dsshtty.c45 static struct termios _saved_tio; variable
51 return _in_raw_mode ? &_saved_tio : NULL; in get_saved_tio()
59 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode()
74 _saved_tio = tio; in enter_raw_mode()