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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c250 cc[VSTART] = tc->t_startc;
403 tc->t_startc = cc[VSTART];
H A Dtty.c538 if (!CCEQ(cc[VSTART], c)) {
543 * if VSTART == VSTOP then toggle
547 if (CCEQ(cc[VSTART], c))
717 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) {
1450 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
1451 putc(tp->t_cc[VSTART], &tp->t_outq) != 0)
H A Dtty_pty.c941 && CCEQ(cc[VSTART], CTRL('q'));
H A Dtty_ptmx.c1451 && CCEQ(cc[VSTART], CTRL('q'));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h96 #define VSTART 12 /* IXON, IXOFF */ macro

Completed in 42 milliseconds