/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 185 "xcase", XCASE, 0, 186 "-xcase", 0, XCASE, 187 "lcase", XCASE, 0, 188 "-lcase", 0, XCASE, 189 "LCASE", XCASE, 0, 190 "-LCASE", 0, XCASE, 203 "raw", 0, (ISIG|ICANON|XCASE), 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
|
H A D | stty.c | 253 if (m & XCASE) in prmodes() 416 if (m&XCASE) in prmodes() 601 (void) printf("-xcase "+((m&XCASE) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 183 "xcase", XCASE, 0, 184 "-xcase", 0, XCASE, 185 "lcase", XCASE, 0, 186 "-lcase", 0, XCASE, 187 "LCASE", XCASE, 0, 188 "-LCASE", 0, XCASE, 203 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
|
H A D | stty.c | 201 if (m & XCASE) in prmodes() 368 if (m & XCASE) in prmodes() 549 (void) fprintf(output, "-xcase " + ((m & XCASE) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 157 "xcase", XCASE, 0, 158 "-xcase", 0, XCASE, 159 "lcase", XCASE, 0, 160 "-lcase", 0, XCASE, 161 "LCASE", XCASE, 0, 162 "-LCASE", 0, XCASE, 195 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 199 (XCASE|ECHOPRT|ECHONL|NOFLSH),
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 148 #ifdef XCASE 149 TTYMODE(XCASE, c_lflag, 52)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 216 #define XCASE 0x00000004 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 216 #define XCASE 0x00000004 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 267 #ifdef XCASE 268 { "xcase", BIT, L_FLAG, US, XCASE, XCASE, C("Enable (disable) \bicanon\b uppercase as lowercase wit…
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 524 modes.c_lflag &= ~(XCASE|ECHONL|NOFLSH); in main() 906 modes.c_cflag |= XCASE; in main() 910 modes.c_cflag &= ~XCASE; in main()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 295 #define XCASE 0000004 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1186 termiosp->c_lflag |= XCASE; in from_compat() 1216 termiosp->c_lflag &= ~(XCASE|IEXTEN); in from_compat() 1345 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN))) in to_compat()
|
H A D | ldterm.c | 1847 if ((tp->t_modes.c_lflag & XCASE) && in ldterm_docanon() 2139 if ((tp->t_modes.c_lflag & XCASE) && in ldterm_rubout() 2904 ((tp->t_modes.c_lflag & XCASE) && in ldterm_outchar() 3322 ((tp->t_modes.c_lflag & XCASE) && in ldtermwmsg() 3459 if ((tp->t_modes.c_lflag & XCASE) && in ldterm_output_msg()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 4207 tios.c_lflag &= ~(XCASE|IEXTEN); in mode()
|