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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h90 extern cc_t echoc; /* Toggle local echoing */
H A Dtelnet.c90 cc_t echoc; variable
158 echoc = CONTROL('E');
1911 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
1912 if (tcc > 0 && strip(*tbp) == echoc) {
H A Dcommands.c802 { "echo", "character to toggle local echoing on/off", 0, &echoc },
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h133 extern cc_t echoc; /* Toggle local echoing */
H A Dtelnet.c122 cc_t echoc; variable
190 echoc = CONTROL('E');
1992 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
1993 if (tcc > 0 && strip(*tbp) == echoc) {
H A Dcommands.c875 { "echo", "character to toggle local echoing on/off", NULL, &echoc },

Completed in 117 milliseconds