Searched refs:ONLRET (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 69 #ifndef ONLRET 70 #define ONLRET 0 macro 138 DATA(ONLRET), in _nc_trace_ttymode() 140 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 242 #ifndef ONLRET 243 #define ONLRET 0 macro 335 | ONLRET in reset_tty_settings() 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/crypto/openssh/ |
H A D | ttymodes.h | 162 #ifdef ONLRET 163 TTYMODE(ONLRET, c_oflag, 75)
|
/freebsd/bin/stty/ |
H A D | modes.c | 197 { "onlret", ONLRET, 0 }, 198 { "-onlret", 0, ONLRET },
|
H A D | print.c | 141 put("-onlret", ONLRET, 0); in print()
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 72 # ifndef ONLRET 73 # define ONLRET 0 macro
|
H A D | tty.c | 73 {"oflag:", (OPOST | ONLCR), ONLRET}, 81 {"oflag:", (OPOST | ONLCR), ONLRET}, 227 #ifdef ONLRET 228 {"onlret", ONLRET, MD_OUT},
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 61 # ifndef ONLRET 62 # define ONLRET 0 macro
|
H A D | ed.term.c | 42 { "oflag:", (OPOST|ONLCR), ONLRET }, 55 { "oflag:", (OPOST|ONLCR), ONLRET }, 159 # ifdef ONLRET 160 { "onlret", ONLRET, M_OUTPUT },
|
/freebsd/sys/sys/ |
H A D | _termios.h | 117 #define ONLRET 0x00000040 /* NL performs CR function */ macro
|
/freebsd/contrib/less/ |
H A D | screen.c | 356 #ifdef ONLRET in set_termio_flags() 357 | ONLRET in set_termio_flags()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 502 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
|
H A D | tty.c | 91 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 7401 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
|