Searched refs:ONLCR (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/usr.bin/tset/
H A Dset.c122 #ifdef ONLCR
123 | ONLCR
216 #ifdef ONLCR
217 mode.c_oflag |= ONLCR;
223 #ifdef ONLCR
224 mode.c_oflag &= ~ONLCR;
247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c53 #ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */
54 #define ONLCR 0 macro
79 buf.c_oflag &= ~(ONLCR);
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c61 #ifndef ONLCR
62 #define ONLCR 0 macro
128 {ONLCR, "ONLCR"},
133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET)
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c89 termios.c_oflag |= (OPOST|ONLCR);
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h159 #ifdef ONLCR
160 TTYMODE(ONLCR, c_oflag, 72)
/freebsd-9.3-release/lib/libvgl/
H A Dkeyboard.c55 term.c_oflag = OPOST | ONLCR;
/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A D_termios.h104 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/freebsd-9.3-release/bin/stty/
H A Dmodes.c190 { "onlcr", ONLCR, 0 },
191 { "-onlcr", 0, ONLCR },
H A Dkey.c219 ip->t.c_oflag |= ONLCR;
222 ip->t.c_oflag &= ~ONLCR;
H A Dprint.c137 put("-onlcr", ONLCR, 1);
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c190 { "onlcr", ONLCR, 0 },
191 { "-onlcr", 0, ONLCR },
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c828 #ifdef ONLCR
829 | ONLCR
942 #ifdef ONLCR
943 mode.c_oflag |= ONLCR;
954 #ifdef ONLCR
955 mode.c_oflag &= ~ONLCR;
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h78 # ifndef ONLCR
79 # define ONLCR 0 macro
80 # endif /* ONLCR */
H A Ded.term.c45 { "oflag:", (OPOST|ONLCR), ONLRET },
58 { "oflag:", (OPOST|ONLCR), ONLRET },
150 # ifdef ONLCR
151 { "onlcr", ONLCR, M_OUTPUT },
152 # endif /* ONLCR */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h89 # ifndef ONLCR
90 # define ONLCR 0 macro
91 # endif /* ONLCR */
/freebsd-9.3-release/libexec/comsat/
H A Dcomsat.c198 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c284 if (iflag&ICRNL || oflag&ONLCR)
359 oflag |= ONLCR;
362 oflag &= ~ONLCR;
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c208 tio.c_oflag |= (OPOST | ONLCR);
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_screen.c473 * We can't get everything that we need portably; for example, ONLCR,
489 #ifdef ONLCR
490 clp->ex_enter.c_oflag |= ONLCR;
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.c722 #ifdef ONLCR
723 ttybuff.c_oflag &= ~ONLCR ;
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c341 SET(oflag, ONLCR|OPOST);
344 CLR(oflag, ONLCR);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c437 tmp_tc.c_oflag |= ONLCR;
446 tmp_tc.c_oflag &= ~ONLCR;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c358 tmp_tc.c_oflag |= ONLCR;
363 tmp_tc.c_oflag &= ~ONLCR;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c533 mode.c_oflag |= (OPOST | ONLCR);

Completed in 232 milliseconds

12