Home
last modified time | relevance | path

Searched refs:tn_b_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;
479 (tn_b_nlm == TNL_CRLF || tn_b_nlm == TNL_CRNUL))
480 ttoc((char)((tn_b_nlm == TNL_CRLF) ?
H A Dckucon.c123 extern int tn_b_nlm, tn_rem_echo;
2240 tn_b_nlm in conect()
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) {
3434 switch (tn_b_nlm) { /* Always BINARY */
H A Dckudia.c4626 extern int tn_nlm, tn_b_nlm;
4649 (tn_b_nlm == TNL_CRLF || tn_b_nlm == TNL_CRNUL))
4650 ttoc((char)((tn_b_nlm == TNL_CRLF) ? LF : NUL));
H A Dckucns.c159 extern int tn_b_nlm, tn_rem_echo;
1854 switch (!TELOPT_ME(TELOPT_BINARY) ? tn_nlm : tn_b_nlm){ in conect()
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.w138 extern int tn_b_nlm, tn_b_xfer, tn_nlm;
3219 switch (TELOPT_ME(TELOPT_BINARY) ? tn_b_nlm : tn_nlm) {
3236 switch (tn_b_nlm) { /* Always BINARY */
H A Dckuus5.c281 extern int tn_b_nlm; /* TELNET BINARY newline mode */
3865 tn_b_nlm :
H A Dckuus3.c1383 extern int tn_nlm, tn_b_nlm, tn_b_meu, tn_b_ume, tn_b_xfer, tn_sb_bug;
10226 tn_b_nlm = x;
H A Dckuus4.c119 extern int tn_nlm, tn_b_nlm, tn_b_xfer, tn_sb_bug;
5029 switch (tn_b_nlm) {
H A Dckctel.c102 int tn_b_nlm = TNL_CR; /* Telnet Binary CR RAW mode */ variable