Searched refs:CCONT (Results 1 – 1 of 1) sorted by relevance
161 #define CCONT(c) ((c & 0xc0) == 0x80) macro696 } while (tp->t_rawq.c_cc && CCONT(c)); in ttyinput()2699 if (!(ISSET(tp->t_iflag, IUTF8) && CCONT(c))) { in ttyrub()