Searched refs:ONLRET (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/ncurses/ncurses/trace/ |
| D | lib_tracebits.c | 68 #ifndef ONLRET 69 #define ONLRET 0 macro 128 {ONLRET, "ONLRET"}, in _nc_trace_ttymode() 130 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | set.c | 109 #ifdef ONLRET in reset_mode() 110 | ONLRET in reset_mode() 249 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 250 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | ttymodes.h | 162 #ifdef ONLRET 163 TTYMODE(ONLRET, c_oflag, 75)
|
| /freebsd-12-stable/bin/stty/ |
| D | modes.c | 201 { "onlret", ONLRET, 0 }, 202 { "-onlret", 0, ONLRET },
|
| D | print.c | 148 put("-onlret", ONLRET, 0); in print()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | tty.h | 72 # ifndef ONLRET 73 # define ONLRET 0 macro
|
| D | tty.c | 73 {"oflag:", (OPOST | ONLCR), ONLRET}, 81 {"oflag:", (OPOST | ONLCR), ONLRET}, 227 #ifdef ONLRET 228 {"onlret", ONLRET, MD_OUT},
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | ed.term.h | 61 # ifndef ONLRET 62 # define ONLRET 0 macro
|
| D | ed.term.c | 42 { "oflag:", (OPOST|ONLCR), ONLRET }, 55 { "oflag:", (OPOST|ONLCR), ONLRET }, 159 # ifdef ONLRET 160 { "onlret", ONLRET, M_OUTPUT },
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tset.c | 821 #ifdef ONLRET in reset_mode() 822 | ONLRET in reset_mode() 1017 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 1018 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /freebsd-12-stable/sys/sys/ |
| D | _termios.h | 119 #define ONLRET 0x00000040 /* NL performs CR function */ macro
|
| /freebsd-12-stable/contrib/gdb/gdb/tui/ |
| D | tui.c | 531 mode.c_oflag &= ~(OLCUC | OCRNL | ONOCR | ONLRET | OFILL | OFDEL |
|
| /freebsd-12-stable/contrib/less/ |
| D | screen.c | 460 #ifdef ONLRET 461 | ONLRET 541 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
|
| /freebsd-12-stable/sys/kern/ |
| D | tty_ttydisc.c | 418 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
|
| D | tty.c | 89 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | NEWS | 3020 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
|