Searched refs:EC (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h56 #define EC 247 /* Erase character - not support */ macro
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h55 #define EC 247 /* erase the current character */ macro
73 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
209 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2399 ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
2480 NET2ADD(IAC, EC);
2481 printoption("SENT", IAC, EC);
H A Dcommands.c399 { "ec", "Send Telnet Erase Character", 1, 0, 0, 2, EC },
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s302 ECACHE_FLUSHALL(EC, %o1, %o2, %g1, %o3, %o4)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c45 #define Done(EC,ERRNO) done(((EC) << 8),ERRNO)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3541 case EC:
3550 ch = (c == EC) ?
4353 ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))

Completed in 176 milliseconds