Home
last modified time | relevance | path

Searched refs:IUTF8 (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/
H A Dttymodes.h121 #ifdef IUTF8
122 TTYMODE(IUTF8, c_iflag, 42)
/freebsd/bin/stty/
H A Dmodes.c125 { "iutf8", IUTF8, 0 },
126 { "-iutf8", 0, IUTF8 },
H A Dprint.c126 put("-iutf8", IUTF8, 1); in print()
/freebsd/sys/sys/
H A Dttydefaults.h46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
H A D_termios.h98 #define IUTF8 0x00004000 /* assume input is utf-8 encoded */ macro
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h33 #define IUTF8 0040000 // Input is UTF8 (not in POSIX) macro
/freebsd/sys/kern/
H A Dtty_ttydisc.c888 } else if ((tp->t_termios.c_iflag & IUTF8) != 0 && in ttydisc_rubchar()
H A Dtty.c89 IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL|IUTF8)
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c452 if (bios->c_iflag & IUTF8) in bsd_to_linux_termios()
580 bios->c_iflag |= IUTF8; in linux_to_bsd_termios()