Searched refs:linemode (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/network/telnetd/
H A Dtermstat.c59 * This function handles all management of linemode.
64 * external processing, then we can use linemode. Further, if we
65 * can use real linemode, then we can look at the edit control bits
69 * current and desired linemode state.
71 * command line. It means to have linemode on as much as
75 * handle real linemode, or if use of kludgeomatic linemode
77 * REAL_LINEMODE : use linemode option
78 * NO_KLUDGE : don't initiate kludge linemode.
79 * KLUDGE_LINEMODE : use kludge linemode
[all...]
H A Dext.h43 EXTERN int linemode; /* linemode on/off */ variable
45 EXTERN int uselinemode; /* what linemode to use (on/off) */
49 EXTERN int lmodetype; /* Client support for linemode */
H A Dtelnetd.c145 * This initialization causes linemode to default to a configuration
150 * mode character command anyway and linemode breaks things.
158 linemode=1; /*Default to mode that works on bulk of clients*/
253 /* ignore -k option if built without kludge linemode */
770 /* Query the peer for linemode support by trying to negotiate
771 * the linemode option.
773 linemode = 0;
775 send_do(TELOPT_LINEMODE, 1); /* send do linemode */
849 * real linemode, attempt to negotiate kludge linemode b
[all...]
H A Dstate.c138 * If we are operating in linemode,
141 if (linemode && (ncc > 0) && (('\n' == nc) ||
273 * Handle RFC 10xx Telnet linemode option additions
486 * support the kludge linemode stuff. If we
489 * determine kludge linemode support, process
494 * Handle the linemode kludge stuff.
496 * linemode at all, then we assume that this
498 * linemode in response to our query. Set the
499 * linemode type that is to be supported, note
500 * that the client wishes to use linemode, an
[all...]
/haiku/src/bin/network/telnet/
H A Dterminal.c184 extern int linemode;
214 mode |= linemode;
H A Dtelnet.c148 int linemode; variable
542 linemode = 0; /* put us back to the default state */
1104 if ((linemode&MODE_MASK&~MODE_ACK) == *cmd)
1108 linemode = *cmd&(MODE_MASK&~MODE_ACK);
1109 str_lm_mode[4] = linemode;
H A Dcommands.c887 { " ", "The following are for local editing in linemode", NULL, NULL },
1103 extern int linemode;
1112 c = (linemode | bit);
1114 c = (linemode & ~bit);
2065 printf("Operating in obsolete linemode\n");

Completed in 124 milliseconds