Home
last modified time | relevance | path

Searched refs:XCASE (Results 1 – 14 of 14) sorted by relevance

/openbsd/lib/libedit/
H A Dtty.h123 # if defined(IEXTEN) && defined(XCASE)
124 # if IEXTEN == XCASE
129 # if defined(IEXTEN) && !defined(XCASE)
130 # define XCASE IEXTEN macro
H A Dtty.c317 #ifdef XCASE
318 {"xcase", XCASE, MD_LIN},
/openbsd/usr.bin/ssh/
H A Dttymodes.h127 #ifdef XCASE
128 TTYMODE(XCASE, c_lflag, 52)
/openbsd/usr.sbin/lpr/lpd/
H A Dmodes.c170 { "xcase", XCASE, 0 },
171 { "-xcase", 0, XCASE },
/openbsd/bin/stty/
H A Dmodes.c173 { "xcase", XCASE, 0 },
174 { "-xcase", 0, XCASE },
H A Dkey.c231 ip->t.c_lflag &= ~XCASE; in f_lcase()
235 ip->t.c_lflag |= XCASE; in f_lcase()
H A Dprint.c111 put("-xcase", XCASE, 0); in print()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs957 #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 Dmain.c331 tmode.c_lflag |= XCASE; in main()
336 tmode.c_lflag &= ~XCASE; in main()
H A Dsubr.c236 SET(lflag, XCASE); in setflags()
/openbsd/sys/sys/
H A Dtermios.h184 #define XCASE 0x01000000 /* canonical upper/lower case */ macro
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c415 { "xcase", XCASE, 0 },
416 { "-xcase", 0, XCASE },
/openbsd/usr.bin/tic/
H A Dreset_cmd.c316 #ifdef XCASE in reset_tty_settings()
317 | XCASE in reset_tty_settings()
/openbsd/sys/kern/
H A Dtty.c412 if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) { in ttyinput()
657 else if (ISSET(tp->t_oflag, OLCUC) && ISSET(tp->t_lflag, XCASE)) { in ttyoutput()