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

/freebsd-10.3-release/sys/sys/
H A D_termios.h108 #define ONOEOT 0x00000008 /* discard EOT's (^D) on output) */ macro
/freebsd-10.3-release/contrib/tcsh/
H A Ded.term.c159 # ifdef ONOEOT
160 { "onoeot", ONOEOT, M_OUTPUT },
161 # endif /* ONOEOT */
/freebsd-10.3-release/lib/libedit/
H A Dtty.c215 #ifdef ONOEOT
216 {"onoeot", ONOEOT, MD_OUT},
217 #endif /* ONOEOT */
/freebsd-10.3-release/contrib/less/
H A Dscreen.c398 #ifdef ONOEOT
399 | ONOEOT
/freebsd-10.3-release/sys/kern/
H A Dtty_ttydisc.c380 if (CMP_FLAG(o, ONOEOT))
H A Dtty.c88 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)

Completed in 170 milliseconds