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

/macosx-10.10.1/Heimdal-398.1.2/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 },
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dexterns.h141 extern cc_t echoc; /* Toggle local echoing */
H A Dtelnet.c131 cc_t echoc;
201 echoc = CONTROL('E');
1979 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
1980 if (tcc > 0 && strip(*tbp) == echoc) {
130 cc_t echoc; variable
H A Dcommands.c881 { "echo", "character to toggle local echoing on/off", NULL, &echoc },

Completed in 201 milliseconds