Searched refs:IUTF8 (Results 1 – 8 of 8) sorted by relevance
71 #define IUTF8 0x4000 macro
65 #define IUTF8 0x4000 macro
65 #define IUTF8 0x8000 macro
85 #define IUTF8 0x4000 /* Input is UTF-8 */ macro
77 #define IUTF8 0x4000 macro
92 #define IUTF8 0x4000 macro
72 #define I_IUTF8(tty) _I_FLAG((tty), IUTF8)
3407 tty->termios.c_iflag |= IUTF8; in con_install()3409 tty->termios.c_iflag &= ~IUTF8; in con_install()3613 console_driver->init_termios.c_iflag |= IUTF8; in vty_init()