Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_compat.c284 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()
H A Dtty.c91 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()
/f-stack/freebsd/sys/
H A D_termios.h95 #define IXOFF 0x00000400 /* enable input flow control */ macro