Searched refs:crmod (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dtelnet.c96 crmod, variable
1705 else if ((c == '\n') && my_want_state_is_dont(TELOPT_ECHO) && !crmod) {
1717 * The 'crmod' hack (see following) is needed
1745 if (crmod) {
1752 if (crmod) {
H A Dexterns.h122 crmod,
H A Dcommands.c729 { "crmod",
732 &crmod,
1314 crmod = !crmod;
1315 printf("Deprecated usage - please use 'toggle crmod' in the future.\n");
1316 printf("%s map carriage return on output.\n", crmod ? "Will" : "Won't");
2571 static char crmodhelp[] = "deprecated command -- use 'toggle crmod' instead";
2577 { "crmod", crmodhelp, (int (*)(int, char **))togcrmod, 0 },

Completed in 45 milliseconds