Home
last modified time | relevance | path

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

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