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

  /external/nos/test/system-test-harness/src/
util.cc 439 if (tcgetattr(tty_fd, &tty_state)) {
444 if (cfsetospeed(&tty_state, B115200) ||
445 cfsetispeed(&tty_state, B115200)) {
450 tty_state.c_cc[VMIN] = 0;
451 tty_state.c_cc[VTIME] = 0;
453 tty_state.c_iflag = tty_state.c_iflag & ~(IXON | ISTRIP | INPCK | PARMRK |
455 tty_state.c_iflag = 0;
456 tty_state.c_oflag = 0;
457 tty_state.c_lflag = tty_state.c_lflag & ~(ECHO | ECHONL | ICANON | IEXTEN
    [all...]
util.h 124 struct termios tty_state; member in class:test_harness::TestHarness
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 51 static enum { RESET, RAW, CBREAK } tty_state = RESET; variable in typeref:enum:__anon33697
57 if (tty_state == RESET) {
86 tty_state = RAW;
93 if (tty_state != CBREAK && tty_state != RAW) {
100 tty_state = RESET;
  /external/mksh/src/
jobs.c 251 mksh_tcset(tty_fd, &tty_state);
875 mksh_tcset(tty_fd, &tty_state);
897 mksh_tcset(tty_fd, &tty_state);
1218 mksh_tcget(tty_fd, &tty_state);
1220 mksh_tcset(tty_fd, &tty_state);
    [all...]
edit.c     [all...]
main.c     [all...]
sh.h 2735 EXTERN mksh_ttyst tty_state; \/* saved tty state *\/ variable
    [all...]

Completed in 101 milliseconds