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