/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | nonl.c | 61 #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 D | setup.c | 331 #ifdef ONLCR in __m_setupterm() 332 if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR)) in __m_setupterm()
|
H A D | newterm.c | 337 #ifdef ONLCR in newterm() 338 PTERMIOS(_prog)->c_oflag |= ONLCR; in newterm()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | nonl.c | 60 #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 D | setup.c | 290 #ifdef ONLCR 291 if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
|
H A D | newterm.c | 342 #ifdef ONLCR 343 cur_term->_prog.c_oflag |= ONLCR;
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 246 "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 D | stty.c | 390 if (m&ONLCR) in prmodes() 627 (void) printf("-onlcr "+((m&ONLCR) != 0)); in pramodes()
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 252 "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 D | setmode.c | 214 "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 D | ttymodes.h | 174 #ifdef ONLCR 175 TTYMODE(ONLCR, c_oflag, 72)
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | restart.c | 66 savenl = PROGTTYS.c_iflag & ONLCR; in restartterm()
|
H A D | newscreen.c | 185 PROGTTYS.c_oflag &= ~(OCRNL|ONLCR); /* why would anyone set OCRNL? */ in newscreen()
|
/titanic_50/usr/src/ucbcmd/tset/ |
H A D | tset.c | 518 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 D | termios.h | 132 #define ONLCR 0x00000004 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 132 #define ONLCR 0x00000004 macro
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 999 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 D | ex_tty.c | 67 NONL = (tty.c_oflag & ONLCR) == 0; in gettmode()
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 202 pdp->pio_ti.c_oflag |= ONLCR; in kmdb_promio_create()
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | line.c | 192 ttbufs.c_oflag |= (OPOST | ONLCR); in fixline()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 345 tmp_tc.c_oflag |= ONLCR; 354 tmp_tc.c_oflag &= ~ONLCR;
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 286 #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 D | termios.h | 216 #define ONLCR 0000004 macro
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshpty.c | 234 tio.c_oflag |= (OPOST | ONLCR); in pty_allocate()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 166 OPOST|ONLCR|TAB3, /* oflag */ 1192 termiosp->c_oflag |= ONLCR; in from_compat() 1389 if (termiosp->c_oflag & ONLCR) { in to_compat()
|