Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c185 "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 Dstty.c253 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 Dsttytable.c183 "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 Dstty.c201 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 Dsetmode.c157 "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 Dttymodes.h148 #ifdef XCASE
149 TTYMODE(XCASE, c_lflag, 52)
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h216 #define XCASE 0x00000004 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h216 #define XCASE 0x00000004 macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c267 #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 Dtset.c524 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 Dtermios.h295 #define XCASE 0000004 macro
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1186 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 Dldterm.c1847 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 Dsulogin.c362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4207 tios.c_lflag &= ~(XCASE|IEXTEN); in mode()