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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c251 cc[VSTOP] = tc->t_stopc;
404 tc->t_stopc = cc[VSTOP];
H A Dtty.c531 if (CCEQ(cc[VSTOP], c)) {
543 * if VSTART == VSTOP then toggle
717 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) {
1435 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1436 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0)
H A Dtty_pty.c940 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_ptmx.c1450 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h97 #define VSTOP 13 /* IXON, IXOFF */ macro

Completed in 30 milliseconds