Lines Matching defs:echoed
616 * are prioritized. Also, when control characters are echoed with a
713 * it is a ctrl char tagged to be echoed
771 size_t nr, old, echoed;
790 echoed = __process_echoes(tty);
793 if (echoed && tty->ops->flush_chars)
800 size_t echoed;
807 echoed = __process_echoes(tty);
810 if (echoed && tty->ops->flush_chars)
931 * This variant tags control characters to be echoed as "^X"
1355 * XXX are EOL_CHAR and EOL2_CHAR echoed?!?
2369 /* Write out any echoed characters that are still pending */