HomeSort by: relevance | last modified time | path
    Searched refs:TTY_BLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty.c 211 tty->flags &= ~TTY_BLOCK;
234 if (tty->flags & TTY_BLOCK)
236 tty->flags |= TTY_BLOCK;
288 tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_BLOCK|TTY_TIMER);
454 tty->flags &= ~TTY_BLOCK;
630 if (tty->flags & TTY_BLOCK) {
1706 if (tty->flags & TTY_BLOCK)
1721 if (tty->flags & TTY_BLOCK)
2555 if (tty->flags & TTY_BLOCK)
server-client.c 2916 flags = (tty->flags & TTY_BLOCK);
2917 tty->flags &= ~TTY_BLOCK;
3208 tty_flags = tty->flags & (TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR);
3209 tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE))|TTY_NOCURSOR;
3255 tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR))|
tmux.h 1595 #define TTY_BLOCK 0x80

Completed in 42 milliseconds