Searched refs:VSTOP (Results 1 – 4 of 4) sorted by relevance
97 #define VSTOP 13 /* IXON, IXOFF */ macro
286 cc[VSTOP] = tc->t_stopc; in ttsetcompat()448 tc->t_stopc = cc[VSTOP]; in ttcompat()
652 if (CCEQ(cc[VSTOP], c)) { in ttyinput()850 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) { in ttyinput()1923 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()1924 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
1213 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))