Searched refs:XCASE (Results 1 – 14 of 14) sorted by relevance
/openbsd/lib/libedit/ |
H A D | tty.h | 123 # if defined(IEXTEN) && defined(XCASE) 124 # if IEXTEN == XCASE 129 # if defined(IEXTEN) && !defined(XCASE) 130 # define XCASE IEXTEN macro
|
H A D | tty.c | 317 #ifdef XCASE 318 {"xcase", XCASE, MD_LIN},
|
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.h | 127 #ifdef XCASE 128 TTYMODE(XCASE, c_lflag, 52)
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 170 { "xcase", XCASE, 0 }, 171 { "-xcase", 0, XCASE },
|
/openbsd/bin/stty/ |
H A D | modes.c | 173 { "xcase", XCASE, 0 }, 174 { "-xcase", 0, XCASE },
|
H A D | key.c | 231 ip->t.c_lflag &= ~XCASE; in f_lcase() 235 ip->t.c_lflag |= XCASE; in f_lcase()
|
H A D | print.c | 111 put("-xcase", XCASE, 0); in print()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 957 #ifndef XCASE in ReadMode() 958 #define XCASE 0 in ReadMode() macro 979 work.c_lflag &= ~(ECHOPRT|ECHOKE|FLUSHO|PENDIN|XCASE); in ReadMode() 1117 #ifndef XCASE in ReadMode() 1118 #define XCASE 0 in ReadMode() macro 1133 work.c_lflag &= ~(ECHO | ISIG | ICANON | XCASE); in ReadMode()
|
/openbsd/libexec/getty/ |
H A D | main.c | 331 tmode.c_lflag |= XCASE; in main() 336 tmode.c_lflag &= ~XCASE; in main()
|
H A D | subr.c | 236 SET(lflag, XCASE); in setflags()
|
/openbsd/sys/sys/ |
H A D | termios.h | 184 #define XCASE 0x01000000 /* canonical upper/lower case */ macro
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 415 { "xcase", XCASE, 0 }, 416 { "-xcase", 0, XCASE },
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 316 #ifdef XCASE in reset_tty_settings() 317 | XCASE in reset_tty_settings()
|
/openbsd/sys/kern/ |
H A D | tty.c | 412 if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) { in ttyinput() 657 else if (ISSET(tp->t_oflag, OLCUC) && ISSET(tp->t_lflag, XCASE)) { in ttyoutput()
|