Searched refs:I_IUTF8 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ | ||
D | tty.h | 141 #define I_IUTF8(tty) _I_FLAG((tty), IUTF8) macro |
/linux-4.4.14/drivers/tty/ | ||
D | n_tty.c | 418 return I_IUTF8(tty) && is_utf8_continuation(c); in is_continuation() |