Searched refs:SB_GET (Results 1 – 2 of 2) sorted by relevance
83 #define SB_GET() ((*subpointer++)&0xff) macro807 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()
153 #define SB_GET() ((*subpointer++)&0xff) macro3957 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 …]