Home
last modified time | relevance | path

Searched refs:CBREAK (Results 1 – 1 of 1) sorted by relevance

/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c51 static enum { RESET, RAW, CBREAK } tty_state = RESET; enumerator
93 if (tty_state != CBREAK && tty_state != RAW) { in tty_atexit()