Searched refs:IXOFF (Results 1 – 3 of 3) sorted by relevance
284 if (iflag&IXOFF) in ttcompatgetflags()399 iflag |= IXOFF; in ttcompatsetflags()401 iflag &= ~IXOFF; in ttcompatsetflags()439 iflag |= IXOFF; in ttcompatsetlflags()441 iflag &= ~IXOFF; in ttcompatsetlflags()
91 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)1736 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()2024 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block()2044 tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
95 #define IXOFF 0x00000400 /* enable input flow control */ macro