Home
last modified time | relevance | path

Searched refs:tios (Results 1 - 2 of 2) sorted by relevance

/third_party/libinput/test/
H A Dlitest.c4861 struct termios tios; in disable_tty()
4862 if (tcgetattr(STDIN_FILENO, &tios)) in disable_tty()
4864 cfmakeraw(&tios); in disable_tty()
4865 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &tios)) in disable_tty()
4923 struct termios tios; in main() local
4924 if (tcgetattr(STDIN_FILENO, &tios)) in main()
4926 cfmakesane(&tios); in main()
4927 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &tios)) in main()
/third_party/mksh/
H A Dfuncs.c1621 mksh_ttyst tios; in c_read() local
1722 x_mkraw(fd, &tios, true); in c_read()
2035 mksh_tcset(fd, &tios); in c_read()

Completed in 9 milliseconds