Searched refs:_saved_tio (Results 1 – 1 of 1) sorted by relevance
48 static struct termios _saved_tio; variable54 return _in_raw_mode ? &_saved_tio : NULL; in get_saved_tio()62 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()79 _saved_tio = tio; in enter_raw_mode()