Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dlitest.c4527 struct termios tios; in disable_tty()
4528 if (tcgetattr(STDIN_FILENO, &tios)) in disable_tty()
4530 cfmakeraw(&tios); in disable_tty()
4531 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &tios)) in disable_tty()
4588 struct termios tios; in main() local
4589 if (tcgetattr(STDIN_FILENO, &tios)) in main()
4591 cfmakesane(&tios); in main()
4592 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &tios)) in main()
/third_party/mksh/
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()