Home
last modified time | relevance | path

Searched refs:xset_terminal (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/example/
Dtest_scankey.c36 xset_terminal(1, 1, 0); // Raw mode in test_scankey_main()
/external/toybox/lib/
Dinterestingtimes.c117 void xset_terminal(int fd, int raw, struct termios *old) in xset_terminal() function
Dlib.h234 void xset_terminal(int fd, int raw, struct termios *old);
/external/toybox/toys/other/
Dhexedit.c135 xset_terminal(1, 1, 0); in hexedit_main()
/external/toybox/toys/posix/
Dps.c1408 xset_terminal(0, 1, 0); in top_setup()