Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dtermios.h97 #define VSTOP 13 /* IXON, IXOFF */ macro
/xnu-8020.121.3/bsd/kern/
H A Dtty_compat.c286 cc[VSTOP] = tc->t_stopc; in ttsetcompat()
448 tc->t_stopc = cc[VSTOP]; in ttcompat()
H A Dtty.c591 if (CCEQ(cc[VSTOP], c)) { in ttyinput()
789 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) { in ttyinput()
1812 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1813 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
H A Dtty_dev.c1155 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))