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

/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dsttytable.c240 "olcuc", OLCUC, 0,
241 "-olcuc", 0, OLCUC,
242 "lcase", OLCUC, 0,
243 "-lcase", 0, OLCUC,
244 "LCASE", OLCUC, 0,
245 "-LCASE", 0, OLCUC,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c246 if (m & OLCUC)
386 if (m&OLCUC)
623 (void) printf("-olcuc "+((m&OLCUC) != 0));
/opensolaris-onvv-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c246 "olcuc", OLCUC, 0,
247 "-olcuc", 0, OLCUC,
248 "lcase", OLCUC, 0,
249 "-lcase", 0, OLCUC,
250 "LCASE", OLCUC, 0,
251 "-LCASE", 0, OLCUC,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c194 if (m & OLCUC)
337 if (m & OLCUC)
574 (void) fprintf(output, "-olcuc " + ((m & OLCUC) != 0));
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dsetmode.c208 "olcuc", OLCUC, 0,
209 "-olcuc", 0, OLCUC,
210 "lcase", OLCUC, 0,
211 "-lcase", 0, OLCUC,
212 "LCASE", OLCUC, 0,
213 "-LCASE", 0, OLCUC,
272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dcu.c1392 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET);
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dttymodes.h171 #if defined(OLCUC)
172 TTYMODE(OLCUC, c_oflag, 71)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h131 #define OLCUC 0x00000002 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h131 #define OLCUC 0x00000002 macro
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dstty.c283 #ifdef OLCUC
284 { "olcuc", BIT, O_FLAG, US, OLCUC, OLCUC, C("Translate (do not translate) lowercase characters to uppercase") },
285 #endif /* OLCUC */
767 #if defined(OLCUC) && defined(IUCLC)
772 sp->c_oflag |= OLCUC;
777 sp->c_oflag &= ~OLCUC;
780 #endif /* OLCUC && IUCLC */
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h231 #define OLCUC 0000002 macro
/opensolaris-onvv-gate/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
905 modes.c_oflag |= OLCUC;
909 modes.c_oflag &= ~OLCUC;
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c353 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dttcompat.c1184 termiosp->c_oflag |= OLCUC;
1384 if (termiosp->c_oflag & OLCUC)
H A Dldterm.c177 * Translation table for output without OLCUC. All ORDINARY-class characters
221 * Translation table for output with OLCUC. All ORDINARY-class characters
317 * Translation table for TS_MEUC output without OLCUC. All printing ASCII
320 * only so we can use the existing movtuc processing with or without OLCUC.
328 * the combination TS_MEUC & OLCUC.
351 * Translation table for TS_MEUC output with OLCUC. All printing ASCII
355 * translations, but *sigh* OLCUC is really only defined for ASCII anyway.
356 * We only have this table so we can use the existing OLCUC processing with
2859 if (tp->t_modes.c_oflag & OLCUC)
3527 * lower case to upper case if OLCUC
[all...]

Completed in 151 milliseconds