Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c239 #ifndef ONLCR
240 #define ONLCR 0 macro
346 | ONLCR)); in reset_tty_settings()
448 set_flags(tty_settings->c_oflag, ONLCR); in set_conversions()
456 clear_flags(tty_settings->c_oflag, ONLCR); in set_conversions()
532 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in send_init_strings()
533 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in send_init_strings()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c57 #ifndef ONLCR
58 #define ONLCR 0 macro
135 DATA(ONLCR), in _nc_trace_ttymode()
140 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c60 #ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */
61 #define ONLCR 0 macro
88 buf.c_oflag &= (unsigned) ~(ONLCR); in _nc_initscr()
/freebsd/crypto/openssh/
H A Dttymodes.h153 #ifdef ONLCR
154 TTYMODE(ONLCR, c_oflag, 72)
/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c184 { "onlcr", ONLCR, 0 },
185 { "-onlcr", 0, ONLCR },
/freebsd/bin/stty/
H A Dmodes.c185 { "onlcr", ONLCR, 0 },
186 { "-onlcr", 0, ONLCR },
H A Dkey.c210 ip->t.c_oflag |= ONLCR; in f_nl()
213 ip->t.c_oflag &= ~ONLCR; in f_nl()
H A Dprint.c130 put("-onlcr", ONLCR, 1); in print()
/freebsd/libexec/comsat/
H A Dcomsat.c183 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
/freebsd/contrib/libedit/
H A Dtty.h88 # ifndef ONLCR
89 # define ONLCR 0 macro
H A Dtty.c73 {"oflag:", (OPOST | ONLCR), ONLRET},
81 {"oflag:", (OPOST | ONLCR), ONLRET},
215 #ifdef ONLCR
216 {"onlcr", ONLCR, MD_OUT},
/freebsd/lib/libvgl/
H A Dkeyboard.c55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c89 termios.c_oflag |= (OPOST|ONLCR); in stty_default()
/freebsd/contrib/tcsh/
H A Ded.term.h77 # ifndef ONLCR
78 # define ONLCR 0 macro
H A Ded.term.c42 { "oflag:", (OPOST|ONLCR), ONLRET },
55 { "oflag:", (OPOST|ONLCR), ONLRET },
147 # ifdef ONLCR
148 { "onlcr", ONLCR, M_OUTPUT },
/freebsd/sys/kern/
H A Dtty_compat.c282 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
357 oflag |= ONLCR; in ttcompatsetflags()
360 oflag &= ~ONLCR; in ttcompatsetflags()
H A Dtty_ttydisc.c493 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc()
502 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
/freebsd/sys/sys/
H A Dttydefaults.h47 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A D_termios.h106 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c479 #ifdef ONLCR in cl_ex_init()
480 clp->ex_enter.c_oflag |= ONLCR; in cl_ex_init()
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c83 tio.c_oflag &= ~ONLCR; in h_check()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c228 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/freebsd/libexec/getty/
H A Dsubr.c317 SET(oflag, ONLCR|OPOST); in set_flags()
320 CLR(oflag, ONLCR); in set_flags()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c358 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode()
363 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c432 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode()
441 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()

12