.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "ECHO_CHAR" "9" "09 October 2005" "" "" .SH NAME echo_char \- echo characters .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void echo_char (unsigned char \fIc\fB, struct tty_struct * \fItty\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR unicode byte to echo .TP \fB\fItty\fB\fR terminal device .SH "DESCRIPTION" .PP Echo user input back onto the screen. This must be called only when L_ECHO(tty) is true. Called from the driver receive_buf path.