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()
591 if (CCEQ(cc[VSTOP], c)) { in ttyinput()789 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) { in ttyinput()1812 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()1813 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
1155 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))