Searched refs:TTY_BLOCK (Results 1 – 3 of 3) sorted by relevance
202 tty->flags &= ~TTY_BLOCK; in tty_timer_callback()225 if (tty->flags & TTY_BLOCK) in tty_block_maybe()227 tty->flags |= TTY_BLOCK; in tty_block_maybe()279 tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_BLOCK|TTY_TIMER); in tty_open()417 tty->flags &= ~TTY_BLOCK; in tty_stop_tty()590 if (tty->flags & TTY_BLOCK) { in tty_add()1664 if (tty->flags & TTY_BLOCK) in tty_sync_start()1679 if (tty->flags & TTY_BLOCK) in tty_sync_end()2513 if (tty->flags & TTY_BLOCK) in tty_cursor()
2411 flags = (tty->flags & TTY_BLOCK); in server_client_reset_state()2412 tty->flags &= ~TTY_BLOCK; in server_client_reset_state()2688 tty_flags = tty->flags & (TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR); in server_client_check_redraw()2689 tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE))|TTY_NOCURSOR; in server_client_check_redraw()2722 tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR))| in server_client_check_redraw()
1506 #define TTY_BLOCK 0x80 macro