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

/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtermstat.c63 * This function handles all management of linemode.
68 * external processing, then we can use linemode. Further, if we
69 * can use real linemode, then we can look at the edit control bits
73 * current and desired linemode state.
75 * command line. It means to have linemode on as much as
79 * handle real linemode, or if use of kludgeomatic linemode
81 * REAL_LINEMODE : use linemode option
82 * NO_KLUDGE : don't initiate kludge linemode.
83 * KLUDGE_LINEMODE : use kludge linemode
[all...]
H A Dext.h43 extern int linemode; /* linemode on/off */
45 extern int uselinemode; /* what linemode to use (on/off) */
49 extern int lmodetype; /* Client support for linemode */
H A Dstate.c142 * If we are operating in linemode,
145 if (linemode && (ncc > 0) && (('\n' == nc) ||
277 * Handle RFC 10xx Telnet linemode option additions
490 * support the kludge linemode stuff. If we
493 * determine kludge linemode support, process
498 * Handle the linemode kludge stuff.
500 * linemode at all, then we assume that this
502 * linemode in response to our query. Set the
503 * linemode type that is to be supported, note
504 * that the client wishes to use linemode, an
[all...]
H A Dtelnetd.c163 * This initialization causes linemode to default to a configuration
168 * mode character command anyway and linemode breaks things.
176 linemode=1; /*Default to mode that works on bulk of clients*/
271 /* ignore -k option if built without kludge linemode */
839 /* Query the peer for linemode support by trying to negotiate
840 * the linemode option.
842 linemode = 0;
844 send_do(TELOPT_LINEMODE, 1); /* send do linemode */
916 * real linemode, attempt to negotiate kludge linemode b
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dglobal.c47 int linemode; /* linemode on/off */ variable
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dterminal.c176 extern int linemode;
206 mode |= linemode;
H A Dtelnet.c158 int linemode;
518 linemode = 0; /* put us back to the default state */
1084 if ((linemode&MODE_MASK&~MODE_ACK) == *cmd)
1088 linemode = *cmd&(MODE_MASK&~MODE_ACK);
1089 str_lm_mode[4] = linemode;
157 int linemode; variable
H A Dcommands.c893 { " ", "The following are for local editing in linemode", NULL, NULL },
1108 extern int linemode;
1117 c = (linemode | bit);
1119 c = (linemode & ~bit);
2078 printf("Operating in obsolete linemode\n");
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dterminal.c183 mode |= linemode;
H A Dexterns.h439 extern int linemode;
H A Dtelnet.c117 int linemode; variable
472 linemode = 0; /* put us back to the default state */
1047 if ((linemode&MODE_MASK&~MODE_ACK) == *cmd)
1051 linemode = *cmd&(MODE_MASK&~MODE_ACK);
1052 str_lm_mode[4] = linemode;
H A Dcommands.c814 { " ", "The following are for local editing in linemode", 0, 0 },
1036 c = (linemode | bit);
1038 c = (linemode & ~bit);
1947 printf("Operating in obsolete linemode\r\n");
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlifelines.vim69 syn keyword lifelinesFunct atoi linemode pagemod col row pos pageout nl

Completed in 259 milliseconds