Home
last modified time | relevance | path

Searched refs:SLC_SUSP (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h189 #define SLC_SUSP 9 macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h193 #define SLC_SUSP 9 macro
/freebsd/include/arpa/
H A Dtelnet.h191 #define SLC_SUSP 9 macro
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c199 #define SLC_SUSP 9 macro
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1372 *pfrontp++ = slctab[SLC_SUSP].sptr ? in sendsusp()
1373 (unsigned char)*slctab[SLC_SUSP].sptr : '\032'; in sendsusp()
H A Dsys_term.c284 case SLC_SUSP: in spcset()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c233 case SLC_SUSP: return(&termSuspChar); in tcval()
H A Dtelnet.c1112 initfunc(SLC_SUSP, SLC_FLUSHIN); in slc_init()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c286 case SLC_SUSP: return(&termSuspChar); in tcval()
H A Dtelnet.c1168 initfunc(SLC_SUSP, SLC_FLUSHIN); in slc_init()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG565 SLC_SUSP was not supported properly before. It is now.