Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c260 "onocr", ONOCR, 0,
261 "-onocr", 0, ONOCR,
300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c398 if (m&ONOCR) in prmodes()
636 (void) printf("-onocr "+((m&ONOCR) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c266 "onocr", ONOCR, 0,
267 "-onocr", 0, ONOCR,
307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c344 if (m & ONOCR) in prmodes()
578 (void) fprintf(output, "-onocr " + ((m & ONOCR) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c218 "onocr", ONOCR, 0,
219 "-onocr", 0, ONOCR,
270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dcu.c1385 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c297 #ifdef ONOCR
298 { "onocr", BIT, O_FLAG, US, ONOCR, ONOCR, C("Do not (do) print carriage returns in the first column…
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h220 #define ONOCR 0000020 macro
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c530 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c360 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c523 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1040 termiosp->c_oflag &= (ONLRET|ONOCR); in from_compat()
H A Dldterm.c3896 (tp->t_modes.c_oflag & ONOCR)) in ldterm_output_msg()