Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/heimdal/appl/telnet/arpa/
HDtelnet.h189 #define SLC_SUSP 9 macro
/freebsd-13-stable/contrib/telnet/arpa/
HDtelnet.h193 #define SLC_SUSP 9 macro
/freebsd-13-stable/include/arpa/
HDtelnet.h193 #define SLC_SUSP 9 macro
/freebsd-13-stable/contrib/telnet/telnetd/
HDtelnetd.c1220 *pfrontp++ = slctab[SLC_SUSP].sptr ? in sendsusp()
1221 (unsigned char)*slctab[SLC_SUSP].sptr : '\032'; in sendsusp()
HDsys_term.c242 case SLC_SUSP: in spcset()
337 case SLC_SUSP: in spcset()
/freebsd-13-stable/contrib/tcpdump/
HDprint-telnet.c199 #define SLC_SUSP 9 macro
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
HDtelnetd.c1372 *pfrontp++ = slctab[SLC_SUSP].sptr ? in sendsusp()
1373 (unsigned char)*slctab[SLC_SUSP].sptr : '\032'; in sendsusp()
HDsys_term.c284 case SLC_SUSP: in spcset()
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c233 case SLC_SUSP: return(&termSuspChar); in tcval()
HDtelnet.c1112 initfunc(SLC_SUSP, SLC_FLUSHIN); in slc_init()
/freebsd-13-stable/contrib/telnet/telnet/
HDsys_bsd.c288 case SLC_SUSP: return(&termSuspChar); in tcval()
HDtelnet.c1170 initfunc(SLC_SUSP, SLC_FLUSHIN); in slc_init()
/freebsd-13-stable/crypto/heimdal/appl/telnet/
HDREADME.ORIG565 SLC_SUSP was not supported properly before. It is now.