Searched refs:restore_stdin_termios (Results 1 – 1 of 1) sorted by relevance
59 static void restore_stdin_termios(void) { tcsetattr(s_in_fd, TCSAFLUSH, &original_stdin_termios); } in restore_stdin_termios() function65 restore_stdin_termios(); in platformUartRestore()86 atexit(&restore_stdin_termios); in otPlatUartEnable()