Home
last modified time | relevance | path

Searched refs:ONOEOT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A D_termios.h112 #define ONOEOT 0x00000008 /* discard EOT's (^D) on output) */ macro
/freebsd/contrib/tcsh/
H A Ded.term.c156 # ifdef ONOEOT
157 { "onoeot", ONOEOT, M_OUTPUT },
/freebsd/contrib/libedit/
H A Dtty.c224 #ifdef ONOEOT
225 {"onoeot", ONOEOT, MD_OUT},
/freebsd/contrib/less/
H A Dscreen.c347 #ifdef ONOEOT in set_termio_flags()
348 | ONOEOT in set_termio_flags()
/freebsd/sys/kern/
H A Dtty_ttydisc.c463 if (CMP_FLAG(o, ONOEOT)) in ttydisc_write_oproc()
H A Dtty.c91 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)