Lines Matching defs:echo
502 int echo; /* True to display the line as it is being */
1864 gl->echo = 1;
2615 * Turn off local echo, canonical input mode and extended input processing.
3880 if(gl->echo) {
3923 if(gl->echo) {
5514 if(matches->nmatch > 1 && gl->echo) {
5756 } else if(gl->echo) {
6143 } else if(matches->nmatch > 0 && gl->echo) {
9745 was_echoing = gl->echo;
9747 gl->echo = enable;
9777 int kept_echo = gl->echo;
9778 gl->echo = 1;
9909 * Restore the original echo mode.
9911 gl->echo = kept_echo;
10284 if(gl->echo && gl->automatic_history && newline_char=='\n')
10500 if(gl->echo) {