Searched refs:EOR (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/telnet/arpa/
H A Dtelnet.h55 #define EOR 239 /* end of record (transparent mode) */ macro
64 "EOF", "SUSP", "ABORT", "EOR",
222 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
/freebsd-current/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h58 #define EOR 239 /* end of record (transparent mode) */ macro
67 "EOF", "SUSP", "ABORT", "EOR",
206 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
/freebsd-current/include/arpa/
H A Dtelnet.h54 #define EOR 239 /* end of record (transparent mode) */ macro
63 "EOF", "SUSP", "ABORT", "EOR",
220 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
/freebsd-current/contrib/tcpdump/
H A Dprint-telnet.c83 #define EOR 239 /* end of record (transparent mode) */ macro
91 "EOF", "SUSP", "ABORT", "EOR",
230 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c245 case EOR:
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c221 { "eor", "Send Telnet 'End of Record'", 1, 0, 0, 2, EOR },
/freebsd-current/contrib/telnet/telnet/
H A Dcommands.c312 { "eor", "Send Telnet 'End of Record'", 1, 0, NULL, 2, EOR },
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2486 auto EOR = local
2493 EOR->getOperand(3).setIsDead();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp8807 result = R[n] EOR imm32;
8886 result = R[n] EOR shifted;
9740 result = R[n] EOR imm32;
9800 result = R[n] EOR shifted;
12636 when '0001' result = R[n] EOR operand2; // EOR
12731 // result = R[n] EOR operand2; // EOR

Completed in 131 milliseconds