Home
last modified time | relevance | path

Searched refs:SB_GET (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c55 #define SB_GET() ((*subpointer++)&0xff) macro
915 subchar = SB_GET(); in suboption()
925 if (SB_EOF() || SB_GET() != TELQUAL_IS) in suboption()
930 while (SB_GET() != ',' && !SB_EOF()); in suboption()
948 if (SB_EOF() || SB_GET() != TELQUAL_IS) { in suboption()
958 c = SB_GET(); in suboption()
976 xwinsize = SB_GET() << 8; in suboption()
979 xwinsize |= SB_GET(); in suboption()
982 ywinsize = SB_GET() << 8; in suboption()
985 ywinsize |= SB_GET(); in suboption()
[all …]
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c48 #define SB_GET() ((*subpointer++)&0xff) macro
709 switch (subchar = SB_GET()) { in suboption()
713 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption()
739 if (SB_GET() == TELQUAL_SEND) { in suboption()
765 switch(SB_GET()) { in suboption()
790 switch (SB_GET()) { in suboption()
842 if (SB_GET() == TELQUAL_SEND) { in suboption()
873 switch(SB_GET()) { in suboption()
902 switch(SB_GET()) { in suboption()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c77 #define SB_GET() ((*subpointer++)&0xff) macro
768 switch (subchar = SB_GET()) { in suboption()
772 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption()
797 if (SB_GET() == TELQUAL_SEND) { in suboption()
820 switch(SB_GET()) { in suboption()
845 switch (SB_GET()) { in suboption()
897 if (SB_GET() == TELQUAL_SEND) { in suboption()
928 switch(SB_GET()) { in suboption()
957 switch(SB_GET()) { in suboption()