Home
last modified time | relevance | path

Searched refs:echoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c90 cc_t echoc; variable
158 echoc = CONTROL('E'); in init_telnet()
1911 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) { in telsnd()
1912 if (tcc > 0 && strip(*tbp) == echoc) { in telsnd()
H A Dexterns.h90 extern cc_t echoc; /* Toggle local echoing */
H A Dcommands.c799 { "echo", "character to toggle local echoing on/off", 0, &echoc },
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c120 cc_t echoc; variable
188 echoc = CONTROL('E'); in init_telnet()
1990 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) { in telsnd()
1991 if (tcc > 0 && strip(*tbp) == echoc) { in telsnd()
H A Dexterns.h133 extern cc_t echoc; /* Toggle local echoing */
H A Dcommands.c870 { "echo", "character to toggle local echoing on/off", NULL, &echoc },