Home
last modified time | relevance | path

Searched refs:linemode (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/libexec/telnetd/
H A Dtermstat.c173 if (alwayslinemode && linemode && !uselinemode) { in localstat()
231 if (!uselinemode && linemode) { in localstat()
241 linemode = uselinemode; in localstat()
274 if (uselinemode && !linemode) { in localstat()
289 linemode = uselinemode; in localstat()
302 if (linemode && his_state_is_will(TELOPT_LINEMODE)) { in localstat()
400 if (uselinemode != linemode) { in clientstat()
417 if (uselinemode == linemode) in clientstat()
447 linemode = uselinemode; in clientstat()
449 if (!linemode) in clientstat()
H A Dglobal.c55 int linemode; /* linemode on/off */ variable
H A Dext.h40 extern int linemode; /* linemode on/off */
H A Dstate.c106 * If we are operating in linemode, in telrcv()
109 if (linemode && (ncc > 0) && ((c == '\n') || in telrcv()
260 * Handle RFC 10xx Telnet linemode option additions in telrcv()
485 * support the kludge linemode stuff. If we in willoption()
488 * determine kludge linemode support, process in willoption()
493 * Handle the linemode kludge stuff. in willoption()
495 * linemode at all, then we assume that this in willoption()
497 * linemode in response to our query. Set the in willoption()
498 * linemode type that is to be supported, note in willoption()
499 * that the client wishes to use linemode, an in willoption()
[all...]
H A Dtelnetd.c280 /* ignore -k option if built without kludge linemode */ in main()
775 /* Query the peer for linemode support by trying to negotiate in telnet()
776 * the linemode option. in telnet()
778 linemode = 0; in telnet()
780 send_do(TELOPT_LINEMODE, 1); /* send do linemode */ in telnet()
853 * real linemode, attempt to negotiate kludge linemode by sending in telnet()
863 * linemode negotiation. in telnet()
/netbsd-src/usr.bin/telnet/
H A Dterminal.c150 extern int linemode; in getconnmode()
180 mode |= linemode; in getconnmode()
H A Dtelnet.c141 int linemode; variable
533 linemode = 0; /* put us back to the default state */ in dontoption()
1101 if ((linemode&MODE_MASK&~MODE_ACK) == *cmd) in lm_mode()
1105 linemode = *cmd&(MODE_MASK&~MODE_ACK); in lm_mode()
1106 str_lm_mode[4] = linemode; in lm_mode()
H A Dcommands.c1113 extern int linemode; in dolmmode()
1122 c = (unsigned char)(linemode | bit); in dolmmode()
1124 c = (unsigned char)(linemode & ~bit); in dolmmode()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1995433 * lex.c (real_yylex): Fix identifier case for linemode.
3393 * lex.c (check_newline): Set linemode when we see a # directive, and
3397 (real_yylex): If we see an EOF in linemode, return END_OF_LINE.
H A DChangeLog-19994120 (real_yylex): Check linemode before input_redirected().
4284 (skip_white_space): Handle linemode here. Optimize for cpplib.
4294 (getch): Don't handle linemode here.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199911610 (linemode): New variable.
11613 Use linemode.
11620 (skip_white_space): Handle linemode here. Optimize for cpplib.