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