Symbol: echo
bin/md5/md5.c
705
digest_file(const char *file, struct hash_list *hl, int echo)
bin/md5/md5.c
726
if (echo) {
distrib/special/more/curses.h
215
int echo(void);
games/boggle/boggle/mach.c
629
echo();
games/boggle/boggle/mach.c
676
echo();
games/bs/bs.c
222
(void)echo();
games/gomoku/bdisp.c
78
echo();
games/hack/def.flag.h
89
unsigned echo:1; /* 1 to echo characters */
games/hack/hack.tty.c
142
flags.echo = (inittyb.c_lflag & ECHO) ? ON : OFF;
games/hack/hack.tty.c
159
flags.echo = OFF;
lib/libcrypto/ui/ui_openssl.c
146
static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
lib/libcrypto/ui/ui_openssl.c
244
read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
lib/libcrypto/ui/ui_openssl.c
259
if (!echo && !noecho_console(ui))
lib/libcrypto/ui/ui_openssl.c
282
if (!echo)
lib/libcrypto/ui/ui_openssl.c
284
if (ps >= 2 && !echo && !echo_console(ui))
lib/libcurses/base/lib_echo.c
53
NCURSES_SP_NAME(echo) (NCURSES_SP_DCL0)
lib/libcurses/base/lib_echo.c
64
echo(void)
lib/libcurses/base/lib_echo.c
66
return NCURSES_SP_NAME(echo) (CURRENT_SCREEN);
lib/libcurses/base/lib_restart.c
76
NCURSES_SP_NAME(echo) (NCURSES_SP_ARG);
lib/libcurses/curses.h
1019
extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */
lib/libcurses/curses.h
648
extern NCURSES_EXPORT(int) echo (void); /* implemented */
lib/libskey/skeysubr.c
358
static int echo = 0;
lib/libskey/skeysubr.c
363
if ((echo = (term.c_lflag & ECHO))) {
lib/libskey/skeysubr.c
367
} else if (action && echo) {
lib/libskey/skeysubr.c
371
echo = 0;
usr.bin/mail/cmdtab.c
96
{ "echo", { echo }, M|RAWLIST, 0, 1000 },
usr.bin/mail/extern.h
109
int echo(void *);
usr.bin/ssh/sshconnect2.c
1946
u_char echo = 0;
usr.bin/ssh/sshconnect2.c
1986
(r = sshpkt_get_u8(ssh, &echo)) != 0)
usr.bin/ssh/sshconnect2.c
1992
response = read_passphrase(display_prompt, echo ? RP_ECHO : 0);
usr.bin/watch/watch.c
714
echo();
usr.sbin/pppd/chat/chat.c
1290
if (echo)
usr.sbin/pppd/chat/chat.c
130
int echo = 0;
usr.sbin/pppd/chat/chat.c
224
echo = 1;
usr.sbin/pppd/chat/chat.c
976
echo = (strcmp(s, "ON") == 0);