Home
last modified time | relevance | path

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

12

/freebsd-11-stable/usr.bin/tset/
HDset.c122 #ifdef ONLCR in reset_mode()
123 | ONLCR in reset_mode()
216 #ifdef ONLCR in set_conversions()
217 mode.c_oflag |= ONLCR; in set_conversions()
223 #ifdef ONLCR in set_conversions()
224 mode.c_oflag &= ~ONLCR; in set_conversions()
247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init()
248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c56 #ifndef ONLCR
57 #define ONLCR 0 macro
125 {ONLCR, "ONLCR"}, in _nc_trace_ttymode()
130 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
/freebsd-11-stable/contrib/ncurses/progs/
HDtset.c851 #ifdef ONLCR in reset_mode()
852 | ONLCR in reset_mode()
974 #ifdef ONLCR in set_conversions()
975 mode.c_oflag |= ONLCR; in set_conversions()
986 #ifdef ONLCR in set_conversions()
987 mode.c_oflag &= ~((unsigned) ONLCR); in set_conversions()
1017 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init()
1018 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
/freebsd-11-stable/contrib/ncurses/ncurses/base/
HDlib_newterm.c59 #ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */
60 #define ONLCR 0 macro
86 buf.c_oflag &= (unsigned) ~(ONLCR); in _nc_initscr()
/freebsd-11-stable/crypto/openssh/
HDttymodes.h162 #ifdef ONLCR
163 TTYMODE(ONLCR, c_oflag, 72)
/freebsd-11-stable/usr.sbin/lpr/lpd/
HDmodes.c190 { "onlcr", ONLCR, 0 },
191 { "-onlcr", 0, ONLCR },
/freebsd-11-stable/bin/stty/
HDmodes.c190 { "onlcr", ONLCR, 0 },
191 { "-onlcr", 0, ONLCR },
HDkey.c219 ip->t.c_oflag |= ONLCR; in f_nl()
222 ip->t.c_oflag &= ~ONLCR; in f_nl()
HDprint.c137 put("-onlcr", ONLCR, 1); in print()
/freebsd-11-stable/libexec/comsat/
HDcomsat.c194 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
/freebsd-11-stable/lib/libedit/
HDtty.h89 # ifndef ONLCR
90 # define ONLCR 0 macro
HDtty.c74 {"oflag:", (OPOST | ONLCR), ONLRET},
82 {"oflag:", (OPOST | ONLCR), ONLRET},
216 #ifdef ONLCR
217 {"onlcr", ONLCR, MD_OUT},
/freebsd-11-stable/sys/kern/
HDtty_compat.c284 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
359 oflag |= ONLCR; in ttcompatsetflags()
362 oflag &= ~ONLCR; in ttcompatsetflags()
/freebsd-11-stable/lib/libvgl/
HDkeyboard.c55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
/freebsd-11-stable/contrib/tcsh/
HDed.term.h77 # ifndef ONLCR
78 # define ONLCR 0 macro
HDed.term.c42 { "oflag:", (OPOST|ONLCR), ONLRET },
55 { "oflag:", (OPOST|ONLCR), ONLRET },
147 # ifdef ONLCR
148 { "onlcr", ONLCR, M_OUTPUT },
/freebsd-11-stable/crypto/heimdal/appl/login/
HDstty_default.c89 termios.c_oflag |= (OPOST|ONLCR); in stty_default()
/freebsd-11-stable/sys/sys/
HDttydefaults.h48 #define TTYDEF_OFLAG (OPOST | ONLCR)
HD_termios.h106 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/
HDt_ttypty.c83 tio.c_oflag &= ~ONLCR; in h_check()
/freebsd-11-stable/contrib/nvi/cl/
HDcl_screen.c486 #ifdef ONLCR in cl_ex_init()
487 clp->ex_enter.c_oflag |= ONLCR; in cl_ex_init()
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
HDgettytab30 # oflags: OPOST | ONLCR | OXTABS
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDbsd-openpty.c208 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/freebsd-11-stable/libexec/getty/
HDsubr.c324 SET(oflag, ONLCR|OPOST); in set_flags()
327 CLR(oflag, ONLCR); in set_flags()
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c358 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode()
363 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()

12