Lines Matching defs:echoed
661 * tagged to be echoed as "^X" (where X is the letter
696 * prioritized. Also, when control characters are echoed with a prefixed "^",
758 size_t nr, old, echoed;
777 echoed = __process_echoes(tty);
780 if (echoed && tty->ops->flush_chars)
787 size_t echoed;
794 echoed = __process_echoes(tty);
797 if (echoed && tty->ops->flush_chars)
912 * This variant tags control characters to be echoed as "^X" (where X is the
1335 * XXX are EOL_CHAR and EOL2_CHAR echoed?!?
2369 /* Write out any echoed characters that are still pending */