Home
last modified time | relevance | path

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

/titanic_44/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) in prmodes()
388 if (m&OLCUC) in prmodes()
626 (void) printf("-olcuc "+((m&OLCUC) != 0)); in pramodes()
/titanic_44/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) in prmodes()
337 if (m & OLCUC) in prmodes()
574 (void) fprintf(output, "-olcuc " + ((m & OLCUC) != 0)); in pramodes()
/titanic_44/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); in _mode()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h171 #if defined(OLCUC)
172 TTYMODE(OLCUC, c_oflag, 71)
/titanic_44/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 u…
767 #if defined(OLCUC) && defined(IUCLC) in set()
772 sp->c_oflag |= OLCUC; in set()
777 sp->c_oflag &= ~OLCUC; in set()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h131 #define OLCUC 0x00000002 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h131 #define OLCUC 0x00000002 macro
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
905 modes.c_oflag |= OLCUC; in main()
909 modes.c_oflag &= ~OLCUC; in main()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h214 #define OLCUC 0000002 macro
/titanic_44/usr/src/uts/common/io/
H A Dldterm.c2869 if (tp->t_modes.c_oflag & OLCUC) in ldterm_echo()
3542 (tp->t_modes.c_oflag & OLCUC) && in ldterm_output_msg()
3578 (tp->t_modes.c_oflag & OLCUC ? in ldterm_output_msg()
3583 (tp->t_modes.c_oflag & OLCUC ? in ldterm_output_msg()
3744 if (tp->t_modes.c_oflag & OLCUC) in ldterm_output_msg()
3755 if (tp->t_modes.c_oflag & OLCUC) in ldterm_output_msg()
H A Dttcompat.c1185 termiosp->c_oflag |= OLCUC; in from_compat()
1385 if (termiosp->c_oflag & OLCUC) in to_compat()
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \