Searched refs:CBREAK (Results 1 – 1 of 1) sorted by relevance
51 static enum { RESET, RAW, CBREAK } tty_state = RESET; enumerator93 if (tty_state != CBREAK && tty_state != RAW) { in tty_atexit()