Searched refs:IUTF8 (Results 1 – 15 of 15) sorted by relevance
40 #define IUTF8 0040000 /* Input is UTF8 (not in POSIX). */ macro
78 #define IUTF8 0100000 macro
77 #define IUTF8 0040000 macro
81 #define IUTF8 0040000 macro
86 #define IUTF8 0040000 macro
92 #define IUTF8 0040000 macro
97 #define IUTF8 0040000 /* Input is UTF-8 */ macro
89 #define IUTF8 0040000 macro
107 #define IUTF8 0x00004000 macro
144 #define I_IUTF8(tty) _I_FLAG((tty), IUTF8)
353 +#ifndef IUTF8354 +#define IUTF8 0040000
3415 tty->termios.c_iflag |= IUTF8; in con_install()3417 tty->termios.c_iflag &= ~IUTF8; in con_install()3622 console_driver->init_termios.c_iflag |= IUTF8; in vty_init()