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

  /external/selinux/policycoreutils/run_init/
open_init_pty.c 51 static enum { RESET, RAW, CBREAK } tty_state = RESET; variable in typeref:enum:__anon17933
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 2036 EXTERN mksh_ttyst tty_state; \/* saved tty state *\/ variable
    [all...]

Completed in 51 milliseconds