Searched refs:WILL (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dexpectd.proto10 set WILL "\xfb"
18 send "$IAC$WILL$ECHO"
19 send "$IAC$WILL$SGA"
38 -re "^$IAC$WILL$TTYPE" {
43 -re "^$IAC$WILL$SGA" {
47 -re "^$IAC$WILL\(.)" {
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dtelnet.rb101 WILL = 251.chr # "\373" # "\xfb" # I will use option
443 [#{DO}#{DONT}#{WILL}#{WONT}]
455 self.write(IAC + WILL + OPT_BINARY)
463 elsif WILL[0] == $1[0] # respond to "IAC WILL x"
632 # IAC WILL SGA IAC DO BIN send EOL --> CR
635 # IAC WILL SGA send EOL --> CR+NULL
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h46 #define WILL 251 /* I will use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c40 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
230 case WILL:
470 * We never respond to a WILL TM, and
530 * Egads, he responded "WILL ECHO". Turn
535 * "WILL ECHO". Kludge upon kludge!
545 * linemode is off and send a WILL ECHO
767 * Special case for TM. We send a WILL, but
778 * with a WILL LOGOUT, make sure that
1287 clientstat(TELOPT_LINEMODE, WILL, 0);
1312 * because if we received a DO/WILL fo
[all...]
H A Dutility.c154 case WILL:
689 case WILL:
690 output_data("WILL ");
829 case WILL: cp = "WILL"; goto common2;
/macosx-10.10.1/ICU-531.30/icuSources/tools/genren/
H A Dgenren.pl91 * YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN!
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h46 #define WILL 251 /* I will use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-telnet.c144 case WILL:
146 /* DONT/DO/WONT/WILL x */
H A Dtelnet.h50 #define WILL 251 /* I will use option */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c53 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
256 case WILL:
509 clientstat(TELOPT_LINEMODE, WILL, 0);
516 * We never respond to a WILL TM, and
588 * Egads, he responded "WILL ECHO". Turn
593 * "WILL ECHO". Kludge upon kludge!
603 * linemode is off and send a WILL ECHO
892 * Special case for TM. We send a WILL, but
903 * with a WILL LOGOUT, make sure that
1013 clientstat(TELOPT_LINEMODE, WILL,
[all...]
H A Dutility.c162 case WILL:
645 case WILL:
646 output_data("WILL ");
766 case WILL: cp = "WILL"; goto common2;
H A Dtermstat.c218 * If we need to send the WILL ECHO (because echo is off),
409 uselinemode = (parm1 == WILL);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dutilities.c154 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
225 printf("want WILL %s\n", TELOPT(i));
227 printf("want WILL %s\n", TELCMD(i));
229 printf("want WILL %d\n", i);
241 printf(" WILL %s\n", TELOPT(i));
243 printf(" WILL %s\n", TELCMD(i));
245 printf(" WILL %d\n", i);
537 case WILL:
538 fprintf(NetTrace, "WILL ");
[all...]
H A Dtelnet.c214 NET2ADD(IAC, WILL);
216 printoption("SENT", WILL, c);
269 * Special case for TM. If we get back a WILL,
368 * Special case for TM. We send a WILL, but pretend
791 case WILL:
1683 case WILL:
1732 printoption("RCVD", WILL, c);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dutilities.c189 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
261 printf("want WILL %s\n", TELOPT(i));
263 printf("want WILL %s\n", TELCMD(i));
265 printf("want WILL %d\n", i);
277 printf(" WILL %s\n", TELOPT(i));
279 printf(" WILL %s\n", TELCMD(i));
281 printf(" WILL %d\n", i);
562 case WILL:
563 fprintf(NetTrace, "WILL ");
[all...]
H A Dtelnet.c264 NET2ADD(IAC, WILL);
266 printoption("SENT", WILL, c);
320 * Special case for TM. If we get back a WILL,
414 * Special case for TM. We send a WILL, but pretend
828 case WILL:
1752 case WILL:
1800 printoption("RCVD", WILL, c);
2181 case WILL:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgedcom.vim28 syntax keyword gedcom_record TITL TRLR TYPE VERS WIFE WILL
/macosx-10.10.1/CPANInternal-159.1/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm255 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c363 if (c == WILL || c == WONT)
463 case WILL:
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y1054 case WILL:
/macosx-10.10.1/netcat-22/
H A Dnetcat.c983 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
999 if ((*p == WILL) || (*p == WONT))
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm1044 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm1046 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp.c401 case WILL:
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzftp.c641 case WILL:

Completed in 587 milliseconds

12