Searched refs:DONT (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dexpectd.proto7 set DONT "\xfe"
49 send_user "$IAC$DONT$expect_out(1,string)"
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dtelnet.rb98 DONT = 254.chr # "\376" # "\xfe" # you are not to use option
443 [#{DO}#{DONT}#{WILL}#{WONT}]
460 elsif DONT[0] == $1[0] # respond to "IAC DON'T x" with "IAC WON'T x"
472 self.write(IAC + DONT + $1[1..1])
477 self.write(IAC + DONT + OPT_ECHO)
480 self.write(IAC + DONT + OPT_SGA)
482 self.write(IAC + DONT + $1[1..1])
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h43 #define DONT 254 /* you are not to use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h43 #define DONT 254 /* you are not to use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-telnet.c141 case DONT:
146 /* DONT/DO/WONT/WILL x */
H A Dtelnet.h47 #define DONT 254 /* you are not to use option */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c247 NET2ADD(IAC, DONT);
249 printoption("SENT", DONT, c);
531 /* we always accept a DONT */
837 case DONT:
1013 str_lm[3] = DONT;
1034 /* We are always DONT, so don't respond */
1764 case DONT:
1825 printoption("RCVD", DONT, c);
2180 case DONT:
H A Dutilities.c190 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
235 printf("want DONT %s\n", TELOPT(i));
237 printf("want DONT %s\n", TELCMD(i));
239 printf("want DONT %d\n", i);
571 case DONT:
572 fprintf(NetTrace, "DONT ");
679 case DONT: cp = "DONT"; goto common2;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dutilities.c155 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
199 printf("want DONT %s\n", TELOPT(i));
201 printf("want DONT %s\n", TELCMD(i));
203 printf("want DONT %d\n", i);
546 case DONT:
547 fprintf(NetTrace, "DONT ");
655 case DONT: cp = "DONT"; goto common2;
H A Dtelnet.c199 NET2ADD(IAC, DONT);
201 printoption("SENT", DONT, c);
492 /* we always accept a DONT */
800 case DONT:
976 str_lm[3] = DONT;
997 /* We are always DONT, so don't respond */
1695 case DONT:
1757 printoption("RCVD", DONT, c);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dutility.c153 case DONT:
698 case DONT:
699 output_data("DONT ");
828 case DONT: cp = "DONT"; goto common2;
H A Dstate.c39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
242 case DONT:
412 * that we sent a DONT, so that we can send more DOs if
620 * don't respond with a DONT TM, just leave it
714 * When we get a DONT SGA, we will try once to turn it
715 * back on. If the other side responds DONT SGA, we
1313 * don't support, and the other side didn't send a DONT/WONT
1314 * in response to our WONT/DONT, then the "state" will be
1315 * WILL/DO, and the "want_state" will be WONT/DONT. We
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dutility.c161 case DONT:
654 case DONT:
655 output_data("DONT ");
765 case DONT: cp = "DONT"; goto common2;
H A Dstate.c52 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
268 case DONT:
436 * that we sent a DONT, so that we can send more DOs if
703 * don't respond with a DONT TM, just leave it
806 * When we get a DONT SGA, we will try once to turn it
807 * back on. If the other side responds DONT SGA, we
1512 * don't support, and the other side didn't send a DONT/WONT
1513 * in response to our WONT/DONT, then the "state" will be
1514 * WILL/DO, and the "want_state" will be WONT/DONT. We
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpinfo.vim23 \ DONT-HANDLE-WITHOUT-TAG-TABLE HTTPVIEWER
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c364 fprintf (cout, "%c%c%c", IAC, DONT, getc (cin));
365 if (c == DO || c == DONT)
466 fprintf (cout, "%c%c%c", IAC, DONT, c);
470 case DONT:
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y1057 printf("%c%c%c", IAC, DONT, 0377&c);
1061 case DONT:
/macosx-10.10.1/netcat-22/
H A Dnetcat.c983 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1000 obuf[1] = DONT;
1001 if ((*p == DO) || (*p == DONT))
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp.c404 fprintf(cout, "%c%c%c", IAC, DONT, c);
408 case DONT:
H A Dftp.c.orig400 fprintf(cout, "%c%c%c", IAC, DONT, c);
404 case DONT:
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzftp.c646 cmdbuf[1] = (char)DONT;
652 case DONT:

Completed in 305 milliseconds