Home
last modified time | relevance | path

Searched refs:VSTOP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A D_termios.h67 #define VSTOP 13 /* IXON, IXOFF */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c138 cc[VSTOP] = tc->t_stopc; in ttsetcompat()
225 tc->t_stopc = cc[VSTOP]; in tty_ioctl_compat()
H A Dtty.c1778 tp->t_termios.c_cc[VSTOP] == CTRL('S') && in tty_generic_ioctl()
2025 tp->t_termios.c_cc[VSTOP] != _POSIX_VDISABLE) { in tty_hiwat_in_block()
2031 &tp->t_termios.c_cc[VSTOP], 1) == 0) in tty_hiwat_in_block()
H A Dtty_ttydisc.c984 if (CMP_CC(VSTOP, c)) { in ttydisc_rint()