Home
last modified time | relevance | path

Searched refs:OCRNL (Results 1 – 17 of 17) sorted by relevance

/trueos/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c65 #ifndef OCRNL
66 #define OCRNL 0 macro
129 {OCRNL, "OCRNL"}, in _nc_trace_ttymode()
133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
/trueos/usr.bin/tset/
HDset.c101 #ifdef OCRNL in reset_mode()
102 | OCRNL in reset_mode()
247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init()
248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
/trueos/crypto/openssh/
HDttymodes.h162 #ifdef OCRNL
163 TTYMODE(OCRNL, c_oflag, 73)
/trueos/bin/stty/
HDmodes.c192 { "ocrnl", OCRNL, 0 },
193 { "-ocrnl", 0, OCRNL },
HDprint.c138 put("-ocrnl", OCRNL, 0); in print()
/trueos/contrib/ncurses/progs/
HDtset.c792 #ifdef OCRNL in reset_mode()
793 | OCRNL in reset_mode()
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init()
986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
/trueos/sys/sys/
HD_termios.h109 #define OCRNL 0x00000010 /* map CR to NL on output */ macro
/trueos/contrib/texinfo/info/
HDterminal.c723 #ifdef OCRNL in terminal_prep_terminal()
724 ttybuff.c_oflag &= ~OCRNL; in terminal_prep_terminal()
/trueos/contrib/gdb/gdb/tui/
HDtui.c531 mode.c_oflag &= ~(OLCUC | OCRNL | ONOCR | ONLRET | OFILL | OFDEL |
/trueos/contrib/tcsh/
HDed.term.c153 # ifdef OCRNL
154 { "ocrnl", OCRNL, M_OUTPUT },
/trueos/contrib/less/
HDscreen.c401 #ifdef OCRNL
402 | OCRNL
488 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
/trueos/lib/libedit/
HDtty.c209 #ifdef OCRNL
210 {"ocrnl", OCRNL, MD_OUT},
/trueos/sys/kern/
HDtty_ttydisc.c427 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
HDtty.c88 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/trueos/sys/dev/cy/
HDcy.c1466 if (t->c_oflag & OCRNL) in cyparam()
/trueos/contrib/ncurses/
HDNEWS596 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
6382 that version sets OPOST and OCRNL incorrectly).
/trueos/contrib/texinfo/
HDChangeLog.467583 * info/terminal.c (terminal_prep_terminal): Only use OCRNL and