Searched refs:xset_terminal (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/example/ |
D | demo_scankey.c | 36 xset_terminal(1, 1, 0, 0); // Raw mode in demo_scankey_main()
|
/external/toybox/lib/ |
D | password.c | 63 xset_terminal(tty, 1, 0, &oldtermio); in read_password()
|
D | tty.c | 126 void xset_terminal(int fd, int raw, int speed, struct termios *old) in xset_terminal() function
|
D | lib.h | 342 void xset_terminal(int fd, int raw, int speed, struct termios *old);
|
/external/toybox/toys/other/ |
D | hexedit.c | 207 xset_terminal(1, 1, 0, 0); in hexedit_main()
|