Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dtty.c279 tty->flags |= TTY_OPENED; in tty_open()
476 if (tty->flags & TTY_OPENED) { in tty_close()
485 tty->flags &= ~TTY_OPENED; in tty_close()
H A Doptions.c1156 if (loop->tty.flags & TTY_OPENED) in options_push_changes()
H A Dtmux.h1520 #define TTY_OPENED 0x20 macro