Searched refs:old_tio (Results 1 – 1 of 1) sorted by relevance
29 struct termios old_tio, new_tio; in qemu_semihosting_console_read() local32 tcgetattr(STDIN_FILENO, &old_tio); in qemu_semihosting_console_read()33 new_tio = old_tio; in qemu_semihosting_console_read()42 tcsetattr(STDIN_FILENO, TCSANOW, &old_tio); in qemu_semihosting_console_read()