Searched refs:SUSP (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h60 #define SUSP 237 /* Suspend process */ macro
67 "EOF", "SUSP", "ABORT", "EOR",
207 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h60 #define SUSP 237 /* Suspend process */ macro
67 "EOF", "SUSP", "ABORT", "EOR",
207 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h64 #define SUSP 237 /* Suspend process */ macro
71 "EOF", "SUSP", "ABORT", "EOR",
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dtelnet.rb115 SUSP = 237.chr # "\355" # "\xed" # Suspend process
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c252 * to command stream (EOF, SUSP, ABORT).
258 case SUSP:
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c2342 NET2ADD(IAC, SUSP);
2343 printoption("SENT", IAC, SUSP);
H A Dcommands.c223 { "susp", "Send Telnet 'Suspend Process'", 1, 0, 0, 2, SUSP },
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c2350 NET2ADD(IAC, SUSP);
2351 printoption("SENT", IAC, SUSP);
H A Dcommands.c321 { "susp", "Send Telnet 'Suspend Process'",1, 0, NULL, 2, SUSP },
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c278 * to command stream (EOF, SUSP, ABORT).
284 case SUSP:

Completed in 121 milliseconds