Searched refs:xset_terminal (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/example/ |
D | demo_scankey.c | 36 xset_terminal(1, 1, 0, 0); // Raw mode in demo_scankey_main()
|
/third_party/toybox/toys/net/ |
D | microcom.c | 50 xset_terminal(TT.fd, 1, speed, &TT.original_fd_state); in microcom_main()
|
/third_party/toybox/lib/ |
D | password.c | 63 xset_terminal(0, 1, 0, &oldtermio); in read_password()
|
D | tty.c | 112 void xset_terminal(int fd, int raw, int speed, struct termios *old) in xset_terminal() function
|
D | lib.h | 334 void xset_terminal(int fd, int raw, int speed, struct termios *old);
|
/third_party/toybox/toys/other/ |
D | hexedit.c | 135 xset_terminal(1, 1, 0, 0); in hexedit_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 335 void xset_terminal(int fd, int raw, int speed, struct termios *old);
|