OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_saved_tio
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
sshtty.c
47
static struct termios
_saved_tio
;
variable in typeref:struct:termios
53
return _in_raw_mode ? &
_saved_tio
: NULL;
61
if (tcsetattr(fileno(stdin), TCSADRAIN, &
_saved_tio
) == -1) {
78
_saved_tio
= tio;
Completed in 37 milliseconds