Searched refs:ONOCR (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 65 #ifndef ONOCR 66 #define ONOCR 0 macro 137 DATA(ONOCR), in _nc_trace_ttymode() 140 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 159 #ifdef ONOCR 160 TTYMODE(ONOCR, c_oflag, 74)
|
/freebsd/bin/stty/ |
H A D | modes.c | 195 { "onocr", ONOCR, 0 }, 196 { "-onocr", 0, ONOCR },
|
H A D | print.c | 140 put("-onocr", ONOCR, 0); in print()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 245 #ifndef ONOCR 246 #define ONOCR 0 macro 334 | ONOCR in reset_tty_settings()
|
/freebsd/sys/sys/ |
H A D | _termios.h | 116 #define ONOCR 0x00000020 /* no CR output at column 0 */ macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 153 # ifdef ONOCR 154 { "onocr", ONOCR, M_OUTPUT },
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 221 #ifdef ONOCR 222 {"onocr", ONOCR, MD_OUT},
|
/freebsd/contrib/less/ |
H A D | screen.c | 353 #ifdef ONOCR in set_termio_flags() 354 | ONOCR in set_termio_flags()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 513 if (CMP_FLAG(o, ONOCR) && tp->t_column == 0) 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,
|