/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 240 "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 D | stty.c | 246 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 D | sttytable.c | 246 "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 D | stty.c | 194 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 D | setmode.c | 208 "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 D | cu.c | 1392 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 171 #if defined(OLCUC) 172 TTYMODE(OLCUC, c_oflag, 71)
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 283 #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 D | termios.h | 131 #define OLCUC 0x00000002 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 131 #define OLCUC 0x00000002 macro
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 519 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 D | termios.h | 214 #define OLCUC 0000002 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 2869 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 D | ttcompat.c | 1185 termiosp->c_oflag |= OLCUC; in from_compat() 1385 if (termiosp->c_oflag & OLCUC) in to_compat()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|