Searched refs:ONOCR (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 180 #ifdef ONOCR 181 TTYMODE(ONOCR, c_oflag, 74)
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 252 "onocr", ONOCR, 0, 253 "-onocr", 0, ONOCR, 292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 394 if (m&ONOCR) in prmodes() 629 (void) printf("-onocr "+((m&ONOCR) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 258 "onocr", ONOCR, 0, 259 "-onocr", 0, ONOCR, 299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 343 if (m & ONOCR) in prmodes() 577 (void) fprintf(output, "-onocr " + ((m & ONOCR) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 220 "onocr", ONOCR, 0, 221 "-onocr", 0, ONOCR, 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_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 134 #define ONOCR 0x00000010 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 134 #define ONOCR 0x00000010 macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 295 #ifdef ONOCR 296 { "onocr", BIT, O_FLAG, US, ONOCR, ONOCR, C("Do not (do) print carriage returns in the first column…
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 218 #define ONOCR 0000020 macro
|
/titanic_41/usr/src/cmd/tabs/ |
H A D | tabs.c | 532 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1138 termiosp->c_oflag &= (ONLRET|ONOCR); in from_compat()
|
H A D | ldterm.c | 3877 (tp->t_modes.c_oflag & ONOCR)) in ldterm_output_msg()
|