Searched refs:send_dont (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/telnet/ |
| D | ext.h | 85 void send_dont (int option, int init);
|
| D | commands.c | 374 return(send_tncmd(send_dont, "dont", name)); 1055 send_dont(TELOPT_SGA, 1); in dokludgemode() 1056 send_dont(TELOPT_ECHO, 1); in dokludgemode() 1066 send_dont(TELOPT_SGA, 1); in dolinemode() 1069 send_dont(TELOPT_ECHO, 1); in dolinemode()
|
| D | telnet.c | 198 send_dont(c, init) in send_dont() function 323 send_dont(option, 0); 375 send_dont(option, 0); 2657 send_dont(TELOPT_BINARY, 1);
|
| D | externs.h | 309 void send_dont (int, int);
|