Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuscr.c417 extern int tn_nlm, tn_b_nlm;
475 if (!TELOPT_ME(TELOPT_BINARY) && tn_nlm != TNL_CR)
476 ttoc((char)((tn_nlm == TNL_CRLF) ?
H A Dckucon.c117 tn_nlm, ttfdflg,
2239 tn_nlm : in conect()
H A Dckucns.c139 tn_nlm, ttfdflg,
1854 switch (!TELOPT_ME(TELOPT_BINARY) ? tn_nlm : tn_b_nlm){ in conect()
H A Dckudia.c4626 extern int tn_nlm, tn_b_nlm;
4646 if (!TELOPT_ME(TELOPT_BINARY) && tn_nlm != TNL_CR)
4647 ttoc((char)((tn_nlm == TNL_CRLF) ? LF : NUL));
H A Dckcfn2.c26 extern int tn_nlm, ttnproto, tn_b_nlm;
1414 switch (TELOPT_ME(TELOPT_BINARY) ? tn_b_nlm : tn_nlm) {
H A Dckcpro.c160 extern int tn_b_nlm, tn_b_xfer, tn_nlm;
3417 switch (TELOPT_ME(TELOPT_BINARY) ? tn_b_nlm : tn_nlm) {
H A Dckuus4.c119 extern int tn_nlm, tn_b_nlm, tn_b_xfer, tn_sb_bug;
2922 } else if (is_tn && (tn_nlm != TNL_CR)) {
2924 stuff = (tn_nlm == TNL_CRLF) ? LF : NUL;
4910 switch (tn_nlm) {
H A Dckuus3.c1383 extern int tn_nlm, tn_b_nlm, tn_b_meu, tn_b_ume, tn_b_xfer, tn_sb_bug;
10233 tn_nlm = x;
10238 tn_nlm = x;
H A Dckcpro.w138 extern int tn_b_nlm, tn_b_xfer, tn_nlm;
3219 switch (TELOPT_ME(TELOPT_BINARY) ? tn_b_nlm : tn_nlm) {
H A Dckuus5.c112 zincnt, cmask, rcflag, success, xitsta, pflag, tnlm, tn_nlm, xitwarn,
3866 tn_nlm
H A Dckctel.c101 int tn_nlm = TNL_CRLF; /* Telnet CR -> CR LF mode */ variable