Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c83 #define SB_GET() ((*subpointer++)&0xff) macro
807 switch (subchar = SB_GET()) { in suboption()
811 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption()
838 if (SB_GET() == TELQUAL_SEND) { in suboption()
865 switch (SB_GET()) { in suboption()
890 switch (SB_GET()) { in suboption()
942 if (SB_GET() == TELQUAL_SEND) { in suboption()
976 switch (SB_GET()) { in suboption()
994 switch (SB_GET()) { in suboption()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c153 #define SB_GET() ((*subpointer++)&0xff) macro
3957 switch (subchar = SB_GET()) { in suboption()
3963 if (SB_GET() != TELQUAL_IS) { in suboption()
3973 c = SB_GET(); in suboption()
3990 ws.ws_col = SB_GET() << 8; in suboption()
3994 ws.ws_col |= SB_GET(); in suboption()
3998 ws.ws_row = SB_GET() << 8; in suboption()
4002 ws.ws_row |= SB_GET(); in suboption()
4010 if (SB_EOF() || SB_GET() != TELQUAL_IS) { in suboption()
4027 c = SB_GET(); in suboption()
[all …]