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

  /external/nos/test/system-test-harness/src/
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/
sh.h 2735 EXTERN mksh_ttyst tty_state; \/* saved tty state *\/ variable
    [all...]

Completed in 88 milliseconds