Searched refs:echoc (Results 1 – 6 of 6) sorted by relevance
90 cc_t echoc; variable158 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()
90 extern cc_t echoc; /* Toggle local echoing */
799 { "echo", "character to toggle local echoing on/off", 0, &echoc },
120 cc_t echoc; variable188 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()
133 extern cc_t echoc; /* Toggle local echoing */
870 { "echo", "character to toggle local echoing on/off", NULL, &echoc },