Home
last modified time | relevance | path

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

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