Searched defs:tty_state (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/run_init/
H A Dopen_init_pty.c51 static enum { RESET, RAW, CBREAK } tty_state = RESET; variable in typeref:enum:__anon16652
57 if (tty_state == RESET) {
86 tty_state = RAW;
93 if (tty_state != CBREAK && tty_state != RAW) {
100 tty_state = RESET;
/external/mksh/src/
H A Dsh.h2407 EXTERN mksh_ttyst tty_state; /* saved tty state */ variable
2408 EXTERN bool tty_hasstate; /* true if tty_state is valid */

Completed in 601 milliseconds