Home
last modified time | relevance | path

Searched refs:ONLCR (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnonl.c59 #ifdef ONLCR in nl()
60 PTERMIOS(_prog)->c_oflag |= ONLCR; in nl()
78 #if ONLCR in nonl()
79 PTERMIOS(_prog)->c_oflag &= ~ONLCR; in nonl()
H A Dsetup.c329 #ifdef ONLCR in __m_setupterm()
330 if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR)) in __m_setupterm()
H A Dnewterm.c335 #ifdef ONLCR in newterm()
336 PTERMIOS(_prog)->c_oflag |= ONLCR; in newterm()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnonl.c58 #ifdef ONLCR in nl()
59 cur_term->_prog.c_oflag |= ONLCR; in nl()
81 #if ONLCR in nonl()
82 cur_term->_prog.c_oflag &= ~ONLCR; in nonl()
H A Dsetup.c288 #ifdef ONLCR
289 if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
H A Dnewterm.c340 #ifdef ONLCR
341 cur_term->_prog.c_oflag |= ONLCR;
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c254 "onlcr", ONLCR, 0,
255 "-onlcr", 0, ONLCR,
256 "-nl", ONLCR, (OCRNL|ONLRET),
257 "nl", 0, ONLCR,
300 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c394 if (m&ONLCR) in prmodes()
634 (void) printf("-onlcr "+((m&ONLCR) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c260 "onlcr", ONLCR, 0,
261 "-onlcr", 0, ONLCR,
262 "-nl", ONLCR, (OCRNL|ONLRET),
263 "nl", 0, ONLCR,
307 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c340 if (!(m & ONLCR)) in prmodes()
576 (void) fprintf(output, "-onlcr " + ((m & ONLCR) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c212 "onlcr", ONLCR, 0,
213 "-onlcr", 0, ONLCR,
214 "-nl", ONLCR, (OCRNL|ONLRET),
215 "nl", 0, ONLCR,
270 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dline.c209 ttbufs.c_oflag |= (OPOST | ONLCR);
H A Dcu.c1385 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
1396 _Tv.c_oflag |= ONLCR; in _mode()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Drestart.c64 savenl = PROGTTYS.c_iflag & ONLCR; in restartterm()
H A Dnewscreen.c187 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c522 modes.c_oflag |= (OPOST|ONLCR); in main()
927 modes.c_oflag |= ONLCR; in main()
932 modes.c_oflag &= ~ONLCR; in main()
952 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
953 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c998 tty.c_oflag &= ~(ONLCR|TAB3); in pstart()
1038 tty.c_oflag &= ~(TAB3|ONLCR); in ostart()
1109 pfast = (f.c_oflag & ONLCR) == 0; in ostop()
H A Dex_tty.c65 NONL = (tty.c_oflag & ONLCR) == 0; in gettmode()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c202 pdp->pio_ti.c_oflag |= ONLCR; in kmdb_promio_create()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c188 ttbufs.c_oflag |= (OPOST | ONLCR); in fixline()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c341 tmp_tc.c_oflag |= ONLCR;
350 tmp_tc.c_oflag &= ~ONLCR;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c288 #ifdef ONLCR
289 { "onlcr", BIT, O_FLAG, SS, ONLCR, ONLCR, C("Translate (do not translate) newline to carriage retur…
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h218 #define ONLCR 0000004 macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c35 OPOST|ONLCR|TAB3, /* c_oflag */
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c530 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()

12