Home
last modified time | relevance | path

Searched refs:CCONT (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dtty.c161 #define CCONT(c) ((c & 0xc0) == 0x80) macro
696 } while (tp->t_rawq.c_cc && CCONT(c)); in ttyinput()
2699 if (!(ISSET(tp->t_iflag, IUTF8) && CCONT(c))) { in ttyrub()