Searched refs:TTY_OPENED (Results 1 – 3 of 3) sorted by relevance
279 tty->flags |= TTY_OPENED; in tty_open()476 if (tty->flags & TTY_OPENED) { in tty_close()485 tty->flags &= ~TTY_OPENED; in tty_close()
1156 if (loop->tty.flags & TTY_OPENED) in options_push_changes()
1520 #define TTY_OPENED 0x20 macro