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