Searched refs:IUTF8 (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 121 #ifdef IUTF8 122 TTYMODE(IUTF8, c_iflag, 42)
|
/freebsd/bin/stty/ |
H A D | modes.c | 123 { "iutf8", IUTF8, 0 }, 124 { "-iutf8", 0, IUTF8 },
|
H A D | print.c | 124 put("-iutf8", IUTF8, 1); in print()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
H A D | _termios.h | 98 #define IUTF8 0x00004000 /* assume input is utf-8 encoded */ macro
|
/freebsd/ |
H A D | RELNOTES | 177 Set the IUTF8 flag by default in tty(4). 180 in the tty(4) driver, which is enabled by setting the new IUTF8 flag 181 through stty(1). Since the default locale is UTF-8, enable IUTF8 by
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 888 } else if ((tp->t_termios.c_iflag & IUTF8) != 0 && in ttydisc_rubchar()
|
H A D | tty.c | 90 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 424 if (bios->c_iflag & IUTF8) in bsd_to_linux_termios() 544 bios->c_iflag |= IUTF8; in linux_to_bsd_termios()
|