Searched refs:VSTOP (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c262 cc[VSTOP] = tc->t_stopc;
415 tc->t_stopc = cc[VSTOP];
H A Dtty.c659 if (CCEQ(cc[VSTOP], c)) {
669 * if VSTART == VSTOP then toggle
847 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) {
1766 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1767 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0)
H A Dtty_pty.c961 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_ptmx.c1516 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h97 #define VSTOP 13 /* IXON, IXOFF */ macro

Completed in 88 milliseconds