/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 248 "olcuc", OLCUC, 0, 249 "-olcuc", 0, OLCUC, 250 "lcase", OLCUC, 0, 251 "-lcase", 0, OLCUC, 252 "LCASE", OLCUC, 0, 253 "-LCASE", 0, OLCUC, 300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 246 if (m & OLCUC) in prmodes() 392 if (m&OLCUC) in prmodes() 633 (void) printf("-olcuc "+((m&OLCUC) != 0)); in pramodes()
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 254 "olcuc", OLCUC, 0, 255 "-olcuc", 0, OLCUC, 256 "lcase", OLCUC, 0, 257 "-lcase", 0, OLCUC, 258 "LCASE", OLCUC, 0, 259 "-LCASE", 0, OLCUC, 307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 195 if (m & OLCUC) in prmodes() 338 if (m & OLCUC) in prmodes() 575 (void) fprintf(output, "-olcuc " + ((m & OLCUC) != 0)); in pramodes()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 206 "olcuc", OLCUC, 0, 207 "-olcuc", 0, OLCUC, 208 "lcase", OLCUC, 0, 209 "-lcase", 0, OLCUC, 210 "LCASE", OLCUC, 0, 211 "-LCASE", 0, OLCUC, 270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | cu.c | 1385 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 285 #ifdef OLCUC 286 { "olcuc", BIT, O_FLAG, US, OLCUC, OLCUC, C("Translate (do not translate) lowercase characters to u… 769 #if defined(OLCUC) && defined(IUCLC) in set() 774 sp->c_oflag |= OLCUC; in set() 779 sp->c_oflag &= ~OLCUC; in set()
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 523 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main() 907 modes.c_oflag |= OLCUC; in main() 911 modes.c_oflag &= ~OLCUC; in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 216 #define OLCUC 0000002 macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 2886 if (tp->t_modes.c_oflag & OLCUC) in ldterm_echo() 3561 (tp->t_modes.c_oflag & OLCUC) && in ldterm_output_msg() 3597 (tp->t_modes.c_oflag & OLCUC ? in ldterm_output_msg() 3602 (tp->t_modes.c_oflag & OLCUC ? in ldterm_output_msg() 3763 if (tp->t_modes.c_oflag & OLCUC) in ldterm_output_msg() 3774 if (tp->t_modes.c_oflag & OLCUC) in ldterm_output_msg()
|
H A D | ttcompat.c | 1087 termiosp->c_oflag |= OLCUC; in from_compat() 1287 if (termiosp->c_oflag & OLCUC) in to_compat()
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 360 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|