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

/opensolaris-onvv-gate/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)
414 if (m&XCASE)
598 (void) printf("-xcase "+((m&XCASE) != 0));
/opensolaris-onvv-gate/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)
368 if (m & XCASE)
549 (void) fprintf(output, "-xcase " + ((m & XCASE) != 0));
/opensolaris-onvv-gate/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),
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dttymodes.h148 #ifdef XCASE
149 TTYMODE(XCASE, c_lflag, 52)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h200 /* XCASE 0x00000004 not posix, defined below */
216 #define XCASE 0x00000004 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h200 /* XCASE 0x00000004 not posix, defined below */
216 #define XCASE 0x00000004 macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h312 #define XCASE 0000004 macro
/opensolaris-onvv-gate/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 with '\\' prefix") },
269 #endif /* XCASE */
/opensolaris-onvv-gate/usr/src/ucbcmd/tset/
H A Dtset.c524 modes.c_lflag &= ~(XCASE|ECHONL|NOFLSH);
906 modes.c_cflag |= XCASE;
910 modes.c_cflag &= ~XCASE;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dttcompat.c1185 termiosp->c_lflag |= XCASE;
1215 termiosp->c_lflag &= ~(XCASE|IEXTEN);
1344 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN)))
H A Dldterm.c266 * Input mapping table -- if an entry is non-zero, and XCASE is set,
292 * Output mapping table -- if an entry is non-zero, and XCASE is set,
1814 * the EOF as data; if we're in XCASE mode and the current
1831 * If we're in XCASE mode, and the current
1837 if ((tp->t_modes.c_lflag & XCASE) &&
1982 * EOL2/XCASE should be conditioned with IEXTEN to be truly
2129 if ((tp->t_modes.c_lflag & XCASE) &&
2894 ((tp->t_modes.c_lflag & XCASE) &&
3312 ((tp->t_modes.c_lflag & XCASE) &&
3445 * If doing XCASE processin
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c356 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4207 tios.c_lflag &= ~(XCASE|IEXTEN);

Completed in 208 milliseconds