echo
digest_file(const char *file, struct hash_list *hl, int echo)
if (echo) {
int echo(void);
echo();
echo();
(void)echo();
echo();
unsigned echo:1; /* 1 to echo characters */
flags.echo = (inittyb.c_lflag & ECHO) ? ON : OFF;
flags.echo = OFF;
static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
if (!echo && !noecho_console(ui))
if (!echo)
if (ps >= 2 && !echo && !echo_console(ui))
NCURSES_SP_NAME(echo) (NCURSES_SP_DCL0)
echo(void)
return NCURSES_SP_NAME(echo) (CURRENT_SCREEN);
NCURSES_SP_NAME(echo) (NCURSES_SP_ARG);
extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */
extern NCURSES_EXPORT(int) echo (void); /* implemented */
static int echo = 0;
if ((echo = (term.c_lflag & ECHO))) {
} else if (action && echo) {
echo = 0;
{ "echo", { echo }, M|RAWLIST, 0, 1000 },
int echo(void *);
u_char echo = 0;
(r = sshpkt_get_u8(ssh, &echo)) != 0)
response = read_passphrase(display_prompt, echo ? RP_ECHO : 0);
echo();
if (echo)
int echo = 0;
echo = 1;
echo = (strcmp(s, "ON") == 0);