bin/stty/modes.c
197
{ "onoeot", ONOEOT, 0 },
bin/stty/modes.c
198
{ "-onoeot", 0, ONOEOT },
bin/stty/print.c
141
put("-onoeot", ONOEOT, 0);
lib/libedit/tty.c
218
#ifdef ONOEOT
lib/libedit/tty.c
219
{"onoeot", ONOEOT, MD_OUT},
sys/kern/tty.c
636
if (c == CEOT && ISSET(oflag, ONOEOT))