HomeSort by relevance Sort by last modified time
    Searched refs:xset_terminal (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/example/
demo_scankey.c 36 xset_terminal(1, 1, 0, 0); // Raw mode
  /external/toybox/toys/net/
microcom.c 50 xset_terminal(TT.fd, 1, speed, &TT.original_fd_state);
  /external/toybox/lib/
password.c 63 xset_terminal(0, 1, 0, &oldtermio);
tty.c 130 void xset_terminal(int fd, int raw, int speed, struct termios *old) function
lib.h 304 void xset_terminal(int fd, int raw, int speed, struct termios *old);
  /external/toybox/toys/other/
hexedit.c 135 xset_terminal(1, 1, 0, 0);

Completed in 1337 milliseconds