Searched refs:IUCLC (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | sshtty.c | 79 #ifdef IUCLC in enter_raw_mode() 80 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
|
| D | ttymodes.h | 112 #if defined(IUCLC) 113 TTYMODE(IUCLC, c_iflag, 37)
|
| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | modes.c | 102 { "iuclc", IUCLC, 0 }, 103 { "-iuclc", 0, IUCLC },
|
| /openbsd/src/bin/stty/ |
| D | modes.c | 105 { "iuclc", IUCLC, 0 }, 106 { "-iuclc", 0, IUCLC },
|
| D | key.c | 229 ip->t.c_iflag &= ~IUCLC; in f_lcase() 233 ip->t.c_iflag |= IUCLC; in f_lcase()
|
| D | print.c | 120 put("-iuclc", IUCLC, 0); in print()
|
| /openbsd/src/libexec/getty/ |
| D | main.c | 329 tmode.c_iflag |= IUCLC; in main() 334 tmode.c_iflag &= ~IUCLC; in main()
|
| D | subr.c | 234 SET(iflag, IUCLC); in setflags()
|
| /openbsd/src/sys/sys/ |
| D | termios.h | 103 #define IUCLC 0x00001000 /* translate upper to lower case */ macro
|
| /openbsd/src/usr.sbin/lpd/ |
| D | lp_stty.c | 347 { "iuclc", IUCLC, 0 }, 348 { "-iuclc", 0, IUCLC },
|
| /openbsd/src/usr.bin/tic/ |
| D | reset_cmd.c | 240 #ifdef IUCLC in reset_tty_settings() 241 | IUCLC in reset_tty_settings()
|
| /openbsd/src/lib/libedit/ |
| D | tty.c | 187 #ifdef IUCLC 188 {"iuclc", IUCLC, MD_INP},
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ReadKey.xs | 945 #ifndef IUCLC in ReadMode() 946 #define IUCLC 0 in ReadMode() macro
|
| /openbsd/src/sys/kern/ |
| D | tty.c | 412 if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) { in ttyinput() 440 else if (ISSET(iflag, IUCLC) && isupper(c)) in ttyinput()
|