Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnonl.c61 #ifdef ONLCR in nl()
62 PTERMIOS(_prog)->c_oflag |= ONLCR; in nl()
80 #if ONLCR in nonl()
81 PTERMIOS(_prog)->c_oflag &= ~ONLCR; in nonl()
H A Dsetup.c331 #ifdef ONLCR in __m_setupterm()
332 if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR)) in __m_setupterm()
H A Dnewterm.c337 #ifdef ONLCR in newterm()
338 PTERMIOS(_prog)->c_oflag |= ONLCR; in newterm()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnonl.c60 #ifdef ONLCR in nl()
61 cur_term->_prog.c_oflag |= ONLCR; in nl()
83 #if ONLCR in nonl()
84 cur_term->_prog.c_oflag &= ~ONLCR; in nonl()
H A Dsetup.c290 #ifdef ONLCR
291 if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
H A Dnewterm.c342 #ifdef ONLCR
343 cur_term->_prog.c_oflag |= ONLCR;
/titanic_50/usr/src/cmd/ttymon/
H A Dsttytable.c246 "onlcr", ONLCR, 0,
247 "-onlcr", 0, ONLCR,
248 "-nl", ONLCR, (OCRNL|ONLRET),
249 "nl", 0, ONLCR,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c390 if (m&ONLCR) in prmodes()
627 (void) printf("-onlcr "+((m&ONLCR) != 0)); in pramodes()
/titanic_50/usr/src/ucbcmd/stty/
H A Dsttytable.c252 "onlcr", ONLCR, 0,
253 "-onlcr", 0, ONLCR,
254 "-nl", ONLCR, (OCRNL|ONLRET),
255 "nl", 0, ONLCR,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
/titanic_50/usr/src/cmd/bnu/
H A Dsetmode.c214 "onlcr", ONLCR, 0,
215 "-onlcr", 0, ONLCR,
216 "-nl", ONLCR, (OCRNL|ONLRET),
217 "nl", 0, ONLCR,
272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
/titanic_50/usr/src/cmd/ssh/include/
H A Dttymodes.h174 #ifdef ONLCR
175 TTYMODE(ONLCR, c_oflag, 72)
/titanic_50/usr/src/lib/libcurses/screen/
H A Drestart.c66 savenl = PROGTTYS.c_iflag & ONLCR; in restartterm()
H A Dnewscreen.c185 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c518 modes.c_oflag |= (OPOST|ONLCR); in main()
925 modes.c_oflag |= ONLCR; in main()
930 modes.c_oflag &= ~ONLCR; in main()
950 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
951 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h132 #define ONLCR 0x00000004 macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h132 #define ONLCR 0x00000004 macro
/titanic_50/usr/src/cmd/vi/port/
H A Dex_put.c999 tty.c_oflag &= ~(ONLCR|TAB3); in pstart()
1039 tty.c_oflag &= ~(TAB3|ONLCR); in ostart()
1110 pfast = (f.c_oflag & ONLCR) == 0; in ostop()
H A Dex_tty.c67 NONL = (tty.c_oflag & ONLCR) == 0; in gettmode()
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c202 pdp->pio_ti.c_oflag |= ONLCR; in kmdb_promio_create()
/titanic_50/usr/src/lib/libnsl/dial/
H A Dline.c192 ttbufs.c_oflag |= (OPOST | ONLCR); in fixline()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c345 tmp_tc.c_oflag |= ONLCR;
354 tmp_tc.c_oflag &= ~ONLCR;
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c286 #ifdef ONLCR
287 { "onlcr", BIT, O_FLAG, SS, ONLCR, ONLCR, C("Translate (do not translate) newline to carriage retur…
/titanic_50/usr/src/uts/common/sys/
H A Dtermios.h216 #define ONLCR 0000004 macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshpty.c234 tio.c_oflag |= (OPOST | ONLCR); in pty_allocate()
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c166 OPOST|ONLCR|TAB3, /* oflag */
1192 termiosp->c_oflag |= ONLCR; in from_compat()
1389 if (termiosp->c_oflag & ONLCR) { in to_compat()

12