Home
last modified time | relevance | path

Searched refs:ONOCR (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h180 #ifdef ONOCR
181 TTYMODE(ONOCR, c_oflag, 74)
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c252 "onocr", ONOCR, 0,
253 "-onocr", 0, ONOCR,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c394 if (m&ONOCR) in prmodes()
629 (void) printf("-onocr "+((m&ONOCR) != 0)); in pramodes()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c258 "onocr", ONOCR, 0,
259 "-onocr", 0, ONOCR,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c343 if (m & ONOCR) in prmodes()
577 (void) fprintf(output, "-onocr " + ((m & ONOCR) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c220 "onocr", ONOCR, 0,
221 "-onocr", 0, ONOCR,
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_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h134 #define ONOCR 0x00000010 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h134 #define ONOCR 0x00000010 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c295 #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 Dtermios.h218 #define ONOCR 0000020 macro
/titanic_41/usr/src/cmd/tabs/
H A Dtabs.c532 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1138 termiosp->c_oflag &= (ONLRET|ONOCR); in from_compat()
H A Dldterm.c3877 (tp->t_modes.c_oflag & ONOCR)) in ldterm_output_msg()