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

/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c261 cc[VSTART] = tc->t_startc;
414 tc->t_startc = cc[VSTART];
H A Dtty.c665 if (!CCEQ(cc[VSTART], c)) {
669 * if VSTART == VSTOP then toggle
673 if (CCEQ(cc[VSTART], c))
847 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) {
1786 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
1787 putc(tp->t_cc[VSTART], &tp->t_outq) != 0)
H A Dtty_pty.c962 && CCEQ(cc[VSTART], CTRL('q'));
H A Dtty_ptmx.c1517 && CCEQ(cc[VSTART], CTRL('q'));
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h96 #define VSTART 12 /* IXON, IXOFF */ macro

Completed in 27 milliseconds