Searched refs:_saved_tio (Results 1 – 3 of 3) sorted by relevance
72 static struct termios _saved_tio; variable201 } else if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()203 } else if (tcsetattr(fileno(stdout), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()215 if (tcgetattr(fileno(stdout), &_saved_tio) < 0) { in enter_raw_mode()220 tio = _saved_tio; in enter_raw_mode()
54 static struct termios _saved_tio; variable292 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode()308 _saved_tio = tio; in enter_raw_mode()
91 static struct termios _saved_tio; variable1152 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode()1168 _saved_tio = tio; in enter_raw_mode()