Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c193 "xcase", XCASE, 0,
194 "-xcase", 0, XCASE,
195 "lcase", XCASE, 0,
196 "-lcase", 0, XCASE,
197 "LCASE", XCASE, 0,
198 "-LCASE", 0, XCASE,
211 "raw", 0, (ISIG|ICANON|XCASE),
215 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
H A Dstty.c253 if (m & XCASE) in prmodes()
421 if (m&XCASE) in prmodes()
608 (void) printf("-xcase "+((m&XCASE) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c191 "xcase", XCASE, 0,
192 "-xcase", 0, XCASE,
193 "lcase", XCASE, 0,
194 "-lcase", 0, XCASE,
195 "LCASE", XCASE, 0,
196 "-LCASE", 0, XCASE,
211 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN),
215 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
H A Dstty.c202 if (m & XCASE) in prmodes()
369 if (m & XCASE) in prmodes()
550 (void) fprintf(output, "-xcase " + ((m & XCASE) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c155 "xcase", XCASE, 0,
156 "-xcase", 0, XCASE,
157 "lcase", XCASE, 0,
158 "-lcase", 0, XCASE,
159 "LCASE", XCASE, 0,
160 "-LCASE", 0, XCASE,
193 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN),
197 (XCASE|ECHOPRT|ECHONL|NOFLSH),
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c269 #ifdef XCASE
270 { "xcase", BIT, L_FLAG, US, XCASE, XCASE, C("Enable (disable) \bicanon\b uppercase as lowercase wit…
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c528 modes.c_lflag &= ~(XCASE|ECHONL|NOFLSH); in main()
908 modes.c_cflag |= XCASE; in main()
912 modes.c_cflag &= ~XCASE; in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h297 #define XCASE 0000004 macro
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1088 termiosp->c_lflag |= XCASE; in from_compat()
1118 termiosp->c_lflag &= ~(XCASE|IEXTEN); in from_compat()
1247 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN))) in to_compat()
H A Dldterm.c1864 if ((tp->t_modes.c_lflag & XCASE) && in ldterm_docanon()
2156 if ((tp->t_modes.c_lflag & XCASE) && in ldterm_rubout()
2921 ((tp->t_modes.c_lflag & XCASE) && in ldterm_outchar()
3341 ((tp->t_modes.c_lflag & XCASE) && in ldtermwmsg()
3478 if ((tp->t_modes.c_lflag & XCASE) && in ldterm_output_msg()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c363 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4207 tios.c_lflag &= ~(XCASE|IEXTEN); in mode()